Skip to content

Commit 861558f

Browse files
committed
remove debug log
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
1 parent 5805899 commit 861558f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

diagram-editor/frontend/diagram-editor.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,6 @@ function DiagramEditor() {
514514
async (jsonStr: string) => {
515515
try {
516516
const [diagram, { graph, isRestored }] = await loadDiagramJson(jsonStr);
517-
console.log(diagram);
518517
setLoadContext({ diagram });
519518
// do not perform auto layout if the diagram is restored from previous state.
520519
if (!isRestored) {

0 commit comments

Comments
 (0)