diff --git a/webshit/index.html b/webshit/index.html
index d98436a..778ea76 100644
--- a/webshit/index.html
+++ b/webshit/index.html
@@ -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) {