We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5805899 commit 861558fCopy full SHA for 861558f
diagram-editor/frontend/diagram-editor.tsx
@@ -514,7 +514,6 @@ function DiagramEditor() {
514
async (jsonStr: string) => {
515
try {
516
const [diagram, { graph, isRestored }] = await loadDiagramJson(jsonStr);
517
- console.log(diagram);
518
setLoadContext({ diagram });
519
// do not perform auto layout if the diagram is restored from previous state.
520
if (!isRestored) {
0 commit comments