diff --git a/public_html/planeObject.js b/public_html/planeObject.js index bec0215..4c834f1 100644 --- a/public_html/planeObject.js +++ b/public_html/planeObject.js @@ -216,7 +216,6 @@ PlaneObject.prototype.updateIcon = function() { // Update our data PlaneObject.prototype.updateData = function(receiver_timestamp, data) { // Update all of our data - this.icao = data.hex; this.messages = data.messages; this.last_message_time = receiver_timestamp - data.seen;