From: Torsten Dreyer Date: Wed, 27 May 2015 08:19:18 +0000 (+0200) Subject: Remove debug console output in FGApproachController X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9c63b7713307eb4db9f6df7959fe83977f561c42;p=flightgear.git Remove debug console output in FGApproachController Console was filled with FGApproachController::render function not yet implemented --- diff --git a/src/ATC/trafficcontrol.cxx b/src/ATC/trafficcontrol.cxx index e25bb0a43..065658058 100644 --- a/src/ATC/trafficcontrol.cxx +++ b/src/ATC/trafficcontrol.cxx @@ -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; }