From: daveluff Date: Thu, 9 Oct 2003 12:12:09 +0000 (+0000) Subject: Missed a cout X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9d3d4ecc51a9d6d58853c6b1b0558f36fdb18342;p=flightgear.git Missed a cout --- diff --git a/src/ATC/approach.cxx b/src/ATC/approach.cxx index cbb7ebddc..3e54ef579 100644 --- a/src/ATC/approach.cxx +++ b/src/ATC/approach.cxx @@ -172,7 +172,7 @@ void FGApproach::Update(double dt) { else tpars.VDir = 2; tpars.alt = planes[i].aalt; message = current_transmissionlist->gen_text(station, code, tpars, true ); - cout << message << '\n'; + //cout << message << '\n'; globals->get_ATC_display()->RegisterSingleMessage( message, 0 ); planes[i].lmc = code; planes[i].tlm = etime_node->getDoubleValue();