remove dump printout
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
This commit is contained in:
parent
079da20640
commit
b622c3871a
@ -152,7 +152,7 @@ impl<
|
||||
Ok(Self {
|
||||
base: TcpTmtcServerBase::new(cfg, tm_source, tc_receiver)?,
|
||||
tc_handler,
|
||||
tm_handler, // tmtc_handler: CobsTmtcParser::new(cfg.tm_buffer_size),
|
||||
tm_handler,
|
||||
})
|
||||
}
|
||||
|
||||
@ -221,7 +221,6 @@ impl<
|
||||
// As per [TcpStream::set_read_timeout] documentation, this should work for
|
||||
// both UNIX and Windows.
|
||||
std::io::ErrorKind::WouldBlock | std::io::ErrorKind::TimedOut => {
|
||||
println!("should be here..");
|
||||
self.tc_handler.handle_tc_parsing(
|
||||
&mut self.base.tc_buffer,
|
||||
self.base.tc_receiver.as_mut(),
|
||||
|
Loading…
Reference in New Issue
Block a user