Removed log

This commit is contained in:
pythongosssss 2023-02-25 12:33:20 +00:00 committed by GitHub
parent b51ade6a12
commit d78a7ff7fe

View File

@ -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) {