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')
-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; |