Skip to content

Commit

Permalink
chore: 删除 console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangeSuger authored and boyongjiong committed Nov 21, 2024
1 parent 0d90faf commit 086405f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/extension/src/materials/node-selection/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ class NodeSelection {
})

lf.graphModel.addNodeResizeRules((model) => {
console.log('id', model.id)
if (!isNodeSelectionModel(model)) {
this.onNodeChange(lf, model)
}
Expand Down

0 comments on commit 086405f

Please sign in to comment.