1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-09-04 22:27:53 -04:00

Remove debug

This commit is contained in:
Jon Beniston 2022-06-06 13:03:17 +01:00
parent a4fdd84496
commit 90fe976d9a

View File

@ -4727,14 +4727,9 @@ void ADSBDemodGUI::initAviationWeather()
void ADSBDemodGUI::requestMetar(const QString& icao) void ADSBDemodGUI::requestMetar(const QString& icao)
{ {
if (m_aviationWeather) if (m_aviationWeather) {
{
m_aviationWeather->getWeather(icao); m_aviationWeather->getWeather(icao);
} }
else
{
qDebug() << "ADSBDemodGUI::requestMetar - m_aviationWeather not initialised";
}
} }
void ADSBDemodGUI::weatherUpdated(const AviationWeather::METAR &metar) void ADSBDemodGUI::weatherUpdated(const AviationWeather::METAR &metar)