Skip to content

Commit

Permalink
Remove forgotten println
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Oct 2, 2020
1 parent 0058a11 commit 3df6598
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zenoh-protocol/src/link/tcp.rs
Expand Up @@ -421,8 +421,6 @@ async fn read_task(link: Arc<Tcp>, stop: Receiver<()>) {
// Decode the total amount of bytes that we are expected to read
let to_read = u16::from_le_bytes(length) as usize;

println!("\n\nNEED TO READ {}\n\n", to_read);
println!("\n\nBUFFER {:?}\n\n", buffer);
// Check if we have really something to read
if to_read == 0 {
// Keep reading from the socket
Expand Down

0 comments on commit 3df6598

Please sign in to comment.