From 7560b599007c123aea52448e95958fefca4fdd15 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Thu, 25 May 2023 14:35:58 +0530 Subject: [PATCH] fix --- src/components/App.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/App.tsx b/src/components/App.tsx index 73075e6e2b..96f470d38f 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -2044,8 +2044,6 @@ class App extends React.Component { } if (sceneData.elements) { - console.log("HEYYYYYYYY", sceneData.elements); - this.scene.replaceAllElements( convertToExcalidrawElements(sceneData.elements), );