]> git.mxchange.org Git - flightgear.git/commitdiff
Silence a debug message that was accidentally left open.
authorDurk Talsma <d.talsma@xs4all.nl>
Sun, 1 Aug 2010 14:13:52 +0000 (16:13 +0200)
committerDurk Talsma <d.talsma@xs4all.nl>
Sun, 1 Aug 2010 14:13:52 +0000 (16:13 +0200)
src/ATC/trafficcontrol.cxx

index 998f350a9c8f0d459e3ed2bc19f896b2baa04e4c..c7d20bdb595fc3f5d5d6f9b8e322375caef0afeb 100644 (file)
@@ -510,7 +510,7 @@ void FGATCController::transmit(FGTrafficRecord *rec, AtcMsgId msgId, AtcMsgDir m
     double onBoardRadioFreq1 = fgGetDouble("/instrumentation/comm[1]/frequencies/selected-mhz");
     int onBoardRadioFreqI0 = (int) floor(onBoardRadioFreq0 * 100 + 0.5);
     int onBoardRadioFreqI1 = (int) floor(onBoardRadioFreq1 * 100 + 0.5);
-    cerr << "Using " << onBoardRadioFreq0 << ", " << onBoardRadioFreq1 << " and " << stationFreq << " for " << text << endl;
+    //cerr << "Using " << onBoardRadioFreq0 << ", " << onBoardRadioFreq1 << " and " << stationFreq << " for " << text << endl;
 
     // Display ATC message only when one of the radios is tuned
     // the relevant frequency.