"git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "c5d7593ccfb4dd3a97175e01b9fa883086f5d8b4"
Unverified Commit d4486f82 authored by pythongosssss's avatar pythongosssss Committed by GitHub
Browse files

Removed log

parent 70b33114
......@@ -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) {
......
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