From 9c63b7713307eb4db9f6df7959fe83977f561c42 Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Wed, 27 May 2015 10:19:18 +0200 Subject: [PATCH] Remove debug console output in FGApproachController Console was filled with FGApproachController::render function not yet implemented --- src/ATC/trafficcontrol.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5