From a7925db494ab7db102a7acb6408ca5efcbf2cb08 Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Fri, 9 Aug 2024 20:22:43 -0700
Subject: Remove random props on map resource window object
---
src/index.js | 2 --
1 file changed, 2 deletions(-)
(limited to 'src/index.js')
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');
--
cgit v1.2.3