index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-08-09 20:22:43 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-08-09 20:22:43 -0700 |
commit | a7925db494ab7db102a7acb6408ca5efcbf2cb08 (patch) | |
tree | f0e1abebeff0e259acc32e7cb25c5634d91bd84a /src/index.js | |
parent | 518693844d391b5c0753555b6fafe5810c1c9afb (diff) |
Remove random props on map resource window object
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/index.js b/src/index.js index 2963a06..66c8150 100644 --- a/src/index.js +++ b/src/index.js @@ -87,8 +87,6 @@ async function buildScenario(req) { const mapRect = mapResourceEl.getBoundingClientRect(); - console.log('map viewport center', mapRect.width / 2, mapRect.height / 2, mapRect); - const [horz1, horz2] = document.querySelectorAll('.horz'); const [vert1, vert2] = document.querySelectorAll('.vert'); |