1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-03 15:39:54 +08:00

Remove print.

This commit is contained in:
comfyanonymous
2023-05-16 11:55:16 -04:00
parent 13d94caf49
commit 11e7168d56

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;