Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatalin Mititiuc <webdevcat@proton.me>2024-08-09 20:22:43 -0700
committerCatalin Mititiuc <webdevcat@proton.me>2024-08-09 20:22:43 -0700
commita7925db494ab7db102a7acb6408ca5efcbf2cb08 (patch)
treef0e1abebeff0e259acc32e7cb25c5634d91bd84a /src/index.js
parent518693844d391b5c0753555b6fafe5810c1c9afb (diff)
Remove random props on map resource window object
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js2
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');