Skip to content

Commit 5c69030

Browse files
committed
stray if statements
1 parent 16745ab commit 5c69030

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

js/tracker.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,6 @@ function load() {
423423
if (offline.get("opt_layers_launches")) {
424424
showLaunchSites();
425425
map.addLayer(launches);
426-
console.log(launches.getAttribution());
427426
}
428427

429428
map.on('baselayerchange', function (e) {
@@ -571,7 +570,6 @@ function showLaunchSites() {
571570
launches.addLayer(marker);
572571
}
573572
}
574-
console.log(launches);
575573
});
576574
}
577575
}

0 commit comments

Comments
 (0)