Commit 11e7168d authored by comfyanonymous's avatar comfyanonymous
Browse files

Remove print.

parent 13d94caf
...@@ -19,7 +19,6 @@ export function addValueControlWidget(node, targetWidget, defaultValue = "random ...@@ -19,7 +19,6 @@ export function addValueControlWidget(node, targetWidget, defaultValue = "random
var v = valueControl.value; var v = valueControl.value;
console.log(targetWidget);
if (targetWidget.type == "combo" && v !== "fixed") { if (targetWidget.type == "combo" && v !== "fixed") {
let current_index = targetWidget.options.values.indexOf(targetWidget.value); let current_index = targetWidget.options.values.indexOf(targetWidget.value);
let current_length = targetWidget.options.values.length; let current_length = targetWidget.options.values.length;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment