Removed log

This commit is contained in:
pythongosssss 2023-02-25 12:33:20 +00:00 committed by GitHub
parent 70b3311478
commit d4486f8284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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