"vscode:/vscode.git/clone" did not exist on "4d151b7d9daaf379ab971735b775648eae33793f"
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
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;
......
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