From f878b77f0bdfd7155ca052f5081ed4d27d0a616c Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Sun, 12 Apr 2015 16:47:15 +0200 Subject: [PATCH] Don't assert on external data. --- src/blackcore/network_vatlib.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/blackcore/network_vatlib.cpp b/src/blackcore/network_vatlib.cpp index 9cf46ee58..6571e2f20 100644 --- a/src/blackcore/network_vatlib.cpp +++ b/src/blackcore/network_vatlib.cpp @@ -788,7 +788,6 @@ namespace BlackCore int frequencyKHz = pos->frequency; CFrequency freq(frequencyKHz, CFrequencyUnit::kHz()); freq.switchUnit(CFrequencyUnit::MHz()); // we would not need to bother, but this makes it easier to identify - Q_ASSERT(CComSystem::isValidCivilAviationFrequency(freq)); emit cbvar_cast(cbvar)->atcPositionUpdate(cbvar_cast(cbvar)->fromFSD(callsign), freq, CCoordinateGeodetic(pos->latitude, pos->longitude, 0), CLength(pos->visibleRange, CLengthUnit::NM())); }