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

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nabeel Shahzad authored and nabeelio committed May 15, 2018
1 parent e4c0b06 commit 18a359f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/js/acarsmap.js
Expand Up @@ -107,8 +107,6 @@ function renderAcarsMap(opts) {

selPoints.push(depCoords);

console.log(flight);

$.each(flight.route_details, function(i, nav) {
const loc = L.latLng(nav.lat, nav.lng);
const icon = (nav.type === 3) ? MapFeatures.icons.vor : MapFeatures.icons.fix;
Expand Down

0 comments on commit 18a359f

Please sign in to comment.