]> git.cworth.org Git - lmno.games/blobdiff - empires/game.js
Removing a debugging statement
[lmno.games] / empires / game.js
index 023a31412c1676612b0bd69b82a2aa2d05e0d36c..05b801e352d0e6c0c51e84cfc157e43162024f50 100644 (file)
@@ -75,8 +75,6 @@ function register(form) {
 function toggle_host_tools() {
   const host_tools = document.getElementById("host-tools");
 
-  console.log("Toggling, host_tools.style.display is '" + host_tools.style.display + "'");
-
   if (host_tools.style.display === "block")
     host_tools.style.display = "none";
   else