Remove console.log statement in buildVertices function
This commit is contained in:
parent
3985236224
commit
5a5a5bba55
1 changed files with 0 additions and 1 deletions
|
|
@ -191,7 +191,6 @@ export async function buildVertices({
|
|||
);
|
||||
// Once the current layer is built, move to the next layer
|
||||
currentLayerIndex += 1;
|
||||
console.log(useFlowStore.getState().verticesBuild?.verticesLayers);
|
||||
|
||||
if (stop) {
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue