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) { ...@@ -668,7 +668,6 @@ function setRunningNode(id) {
ws.addEventListener("message", (event) => { ws.addEventListener("message", (event) => {
try { try {
const msg = JSON.parse(event.data); const msg = JSON.parse(event.data);
console.log(msg.type, msg.data);
switch(msg.type) { switch(msg.type) {
case "status": case "status":
if(msg.data.sid) { 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