X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=empires%2Fgame.js;fp=empires%2Fgame.js;h=05b801e352d0e6c0c51e84cfc157e43162024f50;hp=023a31412c1676612b0bd69b82a2aa2d05e0d36c;hb=0574a0e135d4e2f9df5b0c1ccb00a61750ec1954;hpb=ee6203880ca1df381aa0d08eac9fac2931fed083 diff --git a/empires/game.js b/empires/game.js index 023a314..05b801e 100644 --- a/empires/game.js +++ b/empires/game.js @@ -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