removed console.log
This commit is contained in:
parent
bb6ad3939b
commit
34ac7f359a
1 changed files with 0 additions and 1 deletions
|
|
@ -78,7 +78,6 @@ export default function IOModal({
|
|||
const isBuilding = useFlowStore((state) => state.isBuilding);
|
||||
const currentFlow = useFlowsManagerStore((state) => state.currentFlow);
|
||||
const setNode = useFlowStore((state) => state.setNode);
|
||||
console.log(nodes)
|
||||
|
||||
async function updateVertices() {
|
||||
return updateVerticesOrder(currentFlow!.id, null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue