diff --git a/html/planeObject.js b/html/planeObject.js index 788a6d6f..deb0d5de 100644 --- a/html/planeObject.js +++ b/html/planeObject.js @@ -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) {