tidy(ui): remove console.log

This commit is contained in:
psychedelicious 2024-05-13 16:43:42 +10:00
parent e8d3a7c870
commit c538ffea26

View File

@ -119,7 +119,6 @@ export const addGenerationTabControlLayers = async (
g.addEdge(regionalPosCond, 'conditioning', posCondCollect, 'item');
// Copy the connections to the "global" positive conditioning node to the regional cond
for (const edge of g.getEdgesTo(posCond)) {
console.log(edge);
if (edge.destination.field !== 'prompt') {
// Clone the edge, but change the destination node to the regional conditioning node
const clone = deepClone(edge);