Skip to content

Commit dfa1a58

Browse files
committed
Turn off debug output
1 parent 39d8885 commit dfa1a58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

decoder/protocol/lrpt/decoder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ void Decoder::parse70(const CCSDS& ccsds) {
114114
mFirstHeightAtTimeStamp = getLastY();
115115
}
116116

117-
std::cout << "Onboard time: " << h << ":" << m << ":" << s << "." << ms << std::endl;
117+
// std::cout << "Onboard time: " << h << ":" << m << ":" << s << "." << ms << std::endl;
118118
}
119119

120120
} // namespace lrpt

0 commit comments

Comments
 (0)