Skip to content

Commit

Permalink
format: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Myllaume committed Sep 20, 2024
1 parent b5cd943 commit 7799d85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/frontend/graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,6 @@ function zoomToNode(nodeId) {
const nodes = elts.nodes.data();

const node = nodes.find(({ key }) => key === nodeId);
console.log(node);

if (!node) return;
const { x, y } = node;
Expand Down

0 comments on commit 7799d85

Please sign in to comment.