Remove debug output
This commit is contained in:
parent
d8330ed8c2
commit
6efc928bb5
1 changed files with 0 additions and 2 deletions
|
@ -109,8 +109,6 @@ export default class Minimap extends BaseUIElement {
|
||||||
map.getCenter().lng === location.data.lon) {
|
map.getCenter().lng === location.data.lon) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.trace(map.getZoom(), map.getCenter(), location.data)
|
|
||||||
|
|
||||||
location.data.zoom = map.getZoom();
|
location.data.zoom = map.getZoom();
|
||||||
location.data.lat = map.getCenter().lat;
|
location.data.lat = map.getCenter().lat;
|
||||||
location.data.lon = map.getCenter().lng;
|
location.data.lon = map.getCenter().lng;
|
||||||
|
|
Loading…
Reference in a new issue