fixup! feat(cli): allow printing selected DDS messages to the console

This commit is contained in:
Mika Vilpas 2024-06-15 10:21:21 +03:00
parent 390dbc1f44
commit 9cd3ee0cd7

View file

@ -79,7 +79,6 @@ impl Client {
}
}
None => loop {
println!("Connection closed");
match Self::connect_listener(&kinds).await {
Ok(new_lines) => {
lines = new_lines;