1
0
Fork 0

Because the new code is a stub, it really ought to be doing nothing, not even print debug information. :-)

This commit is contained in:
Durk Talsma 2010-08-01 16:24:11 +02:00
parent 7c73c7d3e5
commit 40480eb2b4

View file

@ -41,5 +41,5 @@ void FGAtisManager::init() {
} }
void FGAtisManager::update ( double time ) { void FGAtisManager::update ( double time ) {
cerr << "ATIS code is running at time: " << time << endl; //cerr << "ATIS code is running at time: " << time << endl;
} }