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), );