We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d8885 commit dfa1a58Copy full SHA for dfa1a58
1 file changed
decoder/protocol/lrpt/decoder.cpp
@@ -114,7 +114,7 @@ void Decoder::parse70(const CCSDS& ccsds) {
114
mFirstHeightAtTimeStamp = getLastY();
115
}
116
117
- std::cout << "Onboard time: " << h << ":" << m << ":" << s << "." << ms << std::endl;
+ // std::cout << "Onboard time: " << h << ":" << m << ":" << s << "." << ms << std::endl;
118
119
120
} // namespace lrpt
0 commit comments