]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATCDCL/atis.cxx
VoiceSynthesizer: add some test/debug properties
[flightgear.git] / src / ATCDCL / atis.cxx
index c637640fd15337e0793fd859ff9655033f946924..3cdfa806fefd69f3cd0fe60c50c7b06db4dbddef 100644 (file)
@@ -1025,14 +1025,6 @@ bool FGATIS::search(double dt)
     RangeFilter rangeFilter(aircraftPos );
     CommStation* sta = CommStation::findByFreq(freqKhz, aircraftPos, &rangeFilter );
     SetStation(sta);
-    if (sta && sta->airport())
-    {
-        SG_LOG(SG_ATC, SG_DEBUG, "FGATIS " << _name << ": " << sta->airport()->name());
-    }
-    else
-    {
-        SG_LOG(SG_ATC, SG_DEBUG, "FGATIS " << _name << ": no station.");
-    }
 
     return true;
 }