Skip to content

Commit 5c85d4c

Browse files
committed
cleanup
1 parent c28cf4c commit 5c85d4c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/compass-data-modeling/src/components/diagram-editor.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,6 @@ const DiagramEditor: React.FunctionComponent<{
258258
minZoom: 0.25,
259259
}}
260260
onNodeDragStop={(evt, node) => {
261-
console.log('Node drag stopped:', node.id, [
262-
node.position.x,
263-
node.position.y,
264-
]);
265261
onMoveCollection(node.id, [node.position.x, node.position.y]);
266262
}}
267263
/>

0 commit comments

Comments
 (0)