Because the new code is a stub, it really ought to be doing nothing, not even print debug information. :-)
This commit is contained in:
parent
7c73c7d3e5
commit
40480eb2b4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue