mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
Remove debug
This commit is contained in:
parent
a4fdd84496
commit
90fe976d9a
@ -4727,14 +4727,9 @@ void ADSBDemodGUI::initAviationWeather()
|
||||
|
||||
void ADSBDemodGUI::requestMetar(const QString& icao)
|
||||
{
|
||||
if (m_aviationWeather)
|
||||
{
|
||||
if (m_aviationWeather) {
|
||||
m_aviationWeather->getWeather(icao);
|
||||
}
|
||||
else
|
||||
{
|
||||
qDebug() << "ADSBDemodGUI::requestMetar - m_aviationWeather not initialised";
|
||||
}
|
||||
}
|
||||
|
||||
void ADSBDemodGUI::weatherUpdated(const AviationWeather::METAR &metar)
|
||||
|
Loading…
Reference in New Issue
Block a user