diff --git a/src/PlugIn.cpp b/src/PlugIn.cpp index bb32315..ff1be6f 100644 --- a/src/PlugIn.cpp +++ b/src/PlugIn.cpp @@ -149,10 +149,6 @@ void PlugIn::OnRadarTargetPositionUpdate(EuroScopePlugIn::CRadarTarget radarTarg if (4 != destination.length()) return; - /* TODO temporary filter */ - if ("EDDB" != destination) - return; - /* filter by distance to destination */ double distanceNM = flightPlan.GetDistanceToDestination(); if (5.0 > distanceNM || 250.0 < distanceNM)