diff --git a/public_html/planeObject.js b/public_html/planeObject.js index 4c834f1..be17179 100644 --- a/public_html/planeObject.js +++ b/public_html/planeObject.js @@ -294,9 +294,6 @@ PlaneObject.prototype.updateMarker = function(moved) { visible: true }); - // This is so we can match icao address - this.marker.icao = this.icao; - // Trap clicks for this marker. google.maps.event.addListener(this.marker, 'click', selectPlaneByHex.bind(undefined,this.icao)); }