From 40480eb2b4b4e4067808aa3226ee204d589a07ce Mon Sep 17 00:00:00 2001 From: Durk Talsma Date: Sun, 1 Aug 2010 16:24:11 +0200 Subject: [PATCH] Because the new code is a stub, it really ought to be doing nothing, not even print debug information. :-) --- src/ATC/atis.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ATC/atis.cxx b/src/ATC/atis.cxx index 3e95dba27..470cf41bb 100644 --- a/src/ATC/atis.cxx +++ b/src/ATC/atis.cxx @@ -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; }