Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
Jarema committed Oct 4, 2024
1 parent 87609a5 commit 506079c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions async-nats/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -925,8 +925,6 @@ impl RequestMany {
.max_wait
.map(|max_wait| Box::pin(tokio::time::sleep(max_wait)));

println!("max wait: {:?}", self.max_wait);

Ok(Responses {
timer,
stall: None,
Expand Down

0 comments on commit 506079c

Please sign in to comment.