Skip to content

Commit 8d79116

Browse files
committed
Oops!
1 parent bce91a0 commit 8d79116

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/composables/graph/useGraphNodeManager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,6 @@ export const useGraphNodeManager = (graph: LGraph): GraphNodeManager => {
806806
})
807807
break
808808
case 'mode':
809-
console.log('Do the thing')
810809
vueNodeData.set(nodeId, {
811810
...currentData,
812811
mode: typeof event.newValue === 'number' ? event.newValue : 0

0 commit comments

Comments
 (0)