Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
akram-r committed Dec 19, 2023
1 parent d1ae82f commit 49459c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 49459c0

Please sign in to comment.