index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
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'); |