We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72565c0 commit 8582fe6Copy full SHA for 8582fe6
1 file changed
scripts/map.js
@@ -423,8 +423,6 @@ function getLocation(zoom = true, followLocationOverride) {
423
} else {
424
currentLocationLayer.setZIndex(1);
425
}
426
- console.log("currentZoom: " + currentZoom);
427
- console.log("currentLocationLayer zIndex: " + currentLocationLayer.getZIndex());
428
429
430
if (followLocation && !(rotationMode === "compass" || rotationMode === "route")) {
0 commit comments