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-04-28 16:40:44 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-28 16:40:44 -0700 |
commit | 4ce55ea0cd7db1077bc7919ee976458c900c968c (patch) | |
tree | 0b3cda94fa1251b2baf17f8590b2c26f567dccae /src/index.js | |
parent | c597f0dd762e2c033793cb9c61dd4a8997b44357 (diff) |
Remove a console.log
Diffstat (limited to 'src/index.js')
-rw-r--r-- | src/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js index 3a8a48e..a6bd5d0 100644 --- a/src/index.js +++ b/src/index.js @@ -10,7 +10,6 @@ const mapPlaceholder = document.querySelector('.map-placeholder'), object = document.querySelector('object'); object.addEventListener('load', function (e) { - console.log('object load listener', e); mapPlaceholder.remove(); this.style.opacity = 1; |