Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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');