From 95e10bd80e3e042465442bf5a15fe5867076b147 Mon Sep 17 00:00:00 2001 From: atlasan Date: Sat, 9 Oct 2021 12:42:46 +0200 Subject: [PATCH] some cleaning --- src/litegraph.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/litegraph.js b/src/litegraph.js index d61b1ab24..ac0cc8324 100644 --- a/src/litegraph.js +++ b/src/litegraph.js @@ -3226,8 +3226,6 @@ if (!options.action_call) options.action_call = this.id+"_act_"+Math.floor(Math.random()*9999); //pass the action name var target_connection = node.inputs[link_info.target_slot]; - //console.debug("ACTION: "+this.id+":"+this.order+" :: "+target_connection.name); - if (LiteGraph.refreshAncestorsOnActions) node.refreshAncestors({action: target_connection.name, param: param, options:options}); // wrap node.onAction(target_connection.name, param); node.actionDo(target_connection.name, param, options); }