Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
11e7168d
Commit
11e7168d
authored
May 16, 2023
by
comfyanonymous
Browse files
Remove print.
parent
13d94caf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
web/scripts/widgets.js
web/scripts/widgets.js
+0
-1
No files found.
web/scripts/widgets.js
View file @
11e7168d
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment