Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/index.js1
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;