mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
remove debugging
This commit is contained in:
parent
3b2b51f07c
commit
f5f23e6fbc
|
|
@ -26,10 +26,8 @@
|
|||
if (update.location.type != 'latlon') return;
|
||||
var pos = new google.maps.LatLng(update.location.lat, update.location.lon)
|
||||
if (markers[update.callsign]) {
|
||||
console.info("updating");
|
||||
markers[update.callsign].setPosition(pos);
|
||||
} else {
|
||||
console.info("initializing");
|
||||
markers[update.callsign] = new google.maps.Marker({
|
||||
position: pos,
|
||||
map: map,
|
||||
|
|
|
|||
Loading…
Reference in a new issue