Skip to content

Commit

Permalink
fix: remove console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
NewByVector committed Sep 4, 2024
1 parent 0b61b16 commit efe5c92
Show file tree
Hide file tree
Showing 2 changed files with 9,437 additions and 7,199 deletions.
1 change: 0 additions & 1 deletion packages/core/src/components/State.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ const XFlowState: FC<
({ cell, key, current, options }: EventArgs['cell:change:*']) => {
if (!options[INNER_CALL] && graph) {
if (cell.isNode()) {
console.log('cell:change:*', cell.id, key, current);
updateNode(cell.id, preprocess(key, current, graph), { silent: true });
} else if (cell.isEdge()) {
updateEdge(cell.id, { [key]: current }, { silent: true });
Expand Down
Loading

0 comments on commit efe5c92

Please sign in to comment.