mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-25 15:55:18 +00:00
Removed log
This commit is contained in:
parent
70b3311478
commit
d4486f8284
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user