mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
tidy(ui): remove console.log
This commit is contained in:
parent
e8d3a7c870
commit
c538ffea26
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user