]> git.cworth.org Git - zombocom-ai/blobdiff - tardis.html
Reword Coda's final message
[zombocom-ai] / tardis.html
index 250ec3d211f880390ed28abfbd124e6080efd095..06091926b20c19f14b550d452bda3201594c335e 100644 (file)
     });
 
     socket.on('timer', (value) => {
-       console.log("Receiving timer value of " + value);
        timer_div.style.visibility = "visible";
        timer.textContent = value.toString();