Skip to content

Commit

Permalink
Remove route spam
Browse files Browse the repository at this point in the history
  • Loading branch information
iakat committed Oct 12, 2023
1 parent 20a0b92 commit c3aaa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/planeObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -2935,7 +2935,7 @@ PlaneObject.prototype.setFlight = function(flight) {
} else {
logText += `adding ${route._airport_codes_iata}`;
}
console.log(logText);
//console.log(logText);
}
if (route.airport_codes != 'unknown') {
if (route.plausible == true) {
Expand Down

0 comments on commit c3aaa8f

Please sign in to comment.