From c0556d2bd45a1eb01fc90874f06cf42643907151 Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Mon, 16 Jun 2025 22:41:29 -0700 Subject: [PATCH] Remove a console.log --- src/index.js | 1 - 1 file changed, 1 deletion(-) 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;