Remove random props on map resource window object
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user