]> git.mxchange.org Git - flightgear.git/commitdiff
Remove debug console output in FGApproachController
authorTorsten Dreyer <torsten@t3r.de>
Wed, 27 May 2015 08:19:18 +0000 (10:19 +0200)
committerTorsten Dreyer <torsten@t3r.de>
Wed, 27 May 2015 08:19:18 +0000 (10:19 +0200)
Console was filled with
FGApproachController::render function not yet implemented

src/ATC/trafficcontrol.cxx

index e25bb0a43e103d19c89ef557d2b1035a0957b5b9..065658058b1a3d452bb09767825a5926ec7ea2a6 100644 (file)
@@ -1716,7 +1716,7 @@ ActiveRunway *FGApproachController::getRunway(const string& name)
 }
 
 void FGApproachController::render(bool visible) {
-    std::cerr << "FGApproachController::render function not yet implemented" << std::endl;
+    //std::cerr << "FGApproachController::render function not yet implemented" << std::endl;
 }