Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Commit 18a359f

Browse files
Nabeel Shahzadnabeelio
authored andcommitted
Remove debug
1 parent e4c0b06 commit 18a359f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/js/acarsmap.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ function renderAcarsMap(opts) {
107107

108108
selPoints.push(depCoords);
109109

110-
console.log(flight);
111-
112110
$.each(flight.route_details, function(i, nav) {
113111
const loc = L.latLng(nav.lat, nav.lng);
114112
const icon = (nav.type === 3) ? MapFeatures.icons.vor : MapFeatures.icons.fix;

0 commit comments

Comments
 (0)