]> git.mxchange.org Git - flightgear.git/commitdiff
Because the new code is a stub, it really ought to be doing nothing, not even print...
authorDurk Talsma <d.talsma@xs4all.nl>
Sun, 1 Aug 2010 14:24:11 +0000 (16:24 +0200)
committerDurk Talsma <d.talsma@xs4all.nl>
Sun, 1 Aug 2010 14:24:11 +0000 (16:24 +0200)
src/ATC/atis.cxx

index 3e95dba27784914fbe6d7ed1ed277f23665af490..470cf41bbc93992e2dd9247678a786c6a3fa1764 100644 (file)
@@ -41,5 +41,5 @@ void FGAtisManager::init() {
 }
 
 void FGAtisManager::update ( double time ) {
-    cerr << "ATIS code is running at time: " << time << endl;
+    //cerr << "ATIS code is running at time: " << time << endl;
 }