Remove console.log
This commit is contained in:
parent
c33eec9c88
commit
f5cf73947c
1 changed files with 0 additions and 1 deletions
|
|
@ -131,7 +131,6 @@ const useFlowStore = create<FlowStoreType>((set, get) => ({
|
|||
},
|
||||
setEdges: (change) => {
|
||||
let newChange = typeof change === "function" ? change(get().edges) : change;
|
||||
console.log(newChange)
|
||||
set({
|
||||
edges: newChange,
|
||||
flowState: undefined,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue