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
d4486f82
"git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "c5d7593ccfb4dd3a97175e01b9fa883086f5d8b4"
Unverified
Commit
d4486f82
authored
Feb 25, 2023
by
pythongosssss
Committed by
GitHub
Feb 25, 2023
Browse files
Removed log
parent
70b33114
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
webshit/index.html
webshit/index.html
+0
-1
No files found.
webshit/index.html
View file @
d4486f82
...
...
@@ -668,7 +668,6 @@ function setRunningNode(id) {
ws
.
addEventListener
(
"
message
"
,
(
event
)
=>
{
try
{
const
msg
=
JSON
.
parse
(
event
.
data
);
console
.
log
(
msg
.
type
,
msg
.
data
);
switch
(
msg
.
type
)
{
case
"
status
"
:
if
(
msg
.
data
.
sid
)
{
...
...
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