Commented out a cout statement.
This commit is contained in:
parent
1bbc82a438
commit
e4d014a959
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ void FGKR_87::search()
|
|||
snprintf( sfreq, 10, "%.0f", freq );
|
||||
ident = sfreq;
|
||||
ident += nav.get_ident();
|
||||
cout << "adf ident = " << ident << endl;
|
||||
// cout << "adf ident = " << ident << endl;
|
||||
valid = true;
|
||||
if ( last_ident != ident ) {
|
||||
last_ident = ident;
|
||||
|
|
Loading…
Add table
Reference in a new issue