Remove console.log statement in buildVertices function

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-03-03 19:05:31 -03:00
commit 5a5a5bba55

View file

@ -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;