From 49459c0b0a30b9976e6012cb8e2fb3d429a89010 Mon Sep 17 00:00:00 2001 From: akram Date: Tue, 19 Dec 2023 23:41:34 +0530 Subject: [PATCH] removed console log --- src/App.tsx | 1 - 1 file changed, 1 deletion(-) 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,