diff --git a/src/App.tsx b/src/App.tsx index 7f2d7ce..86cb130 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -239,7 +239,6 @@ function App() { offScreenCanvas.add(artboardRect); const json = offScreenCanvas.toJSON(FABRIC_JSON_ALLOWED_KEYS); - console.log('🚀 ~ file: App.tsx:242 ~ createSingleArtboard ~ json:', artboardRect); offScreenCanvas.dispose(); return { ...newArtboard,