X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=tardis.html;h=06091926b20c19f14b550d452bda3201594c335e;hb=HEAD;hp=250ec3d211f880390ed28abfbd124e6080efd095;hpb=f31f24404a8a722d54689e56defe4d0a33a5207b;p=zombocom-ai diff --git a/tardis.html b/tardis.html index 250ec3d..0609192 100644 --- a/tardis.html +++ b/tardis.html @@ -188,7 +188,6 @@ }); socket.on('timer', (value) => { - console.log("Receiving timer value of " + value); timer_div.style.visibility = "visible"; timer.textContent = value.toString();