Skip to content

Commit 73b3bfc

Browse files
committed
cleanup
1 parent 9ee7b03 commit 73b3bfc

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
@@ -282,10 +282,6 @@ const DiagramEditor: React.FunctionComponent<{
282282
minZoom: 0.25,
283283
}}
284284
onNodeDragStop={(evt, node) => {
285-
console.log('Node drag stopped:', node.id, [
286-
node.position.x,
287-
node.position.y,
288-
]);
289285
onMoveCollection(node.id, [node.position.x, node.position.y]);
290286
}}
291287
/>

0 commit comments

Comments
 (0)