Disabled forgotten debug output.
This commit is contained in:
parent
dd7d54cfcc
commit
f6ce434241
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ bool FGGarmin::gen_message() {
|
|||
garmin_sentence += gsa;
|
||||
garmin_sentence += "\r\n";
|
||||
|
||||
std::cout << garmin_sentence;
|
||||
// std::cout << garmin_sentence;
|
||||
|
||||
length = garmin_sentence.length();
|
||||
strncpy( buf, garmin_sentence.c_str(), length );
|
||||
|
|
Loading…
Reference in a new issue