Remove print.

This commit is contained in:
comfyanonymous 2023-05-16 11:55:16 -04:00
parent 13d94caf49
commit 11e7168d56
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ export function addValueControlWidget(node, targetWidget, defaultValue = "random
var v = valueControl.value;
console.log(targetWidget);
if (targetWidget.type == "combo" && v !== "fixed") {
let current_index = targetWidget.options.values.indexOf(targetWidget.value);
let current_length = targetWidget.options.values.length;