Skip to content

Commit

Permalink
chore: delete print
Browse files Browse the repository at this point in the history
  • Loading branch information
mickvandijke committed Dec 11, 2024
1 parent bc792f7 commit 72fa1a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autonomi/src/client/rate_limiter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ impl RateLimiter {
let interval = Duration::from_millis(interval_in_ms);

if elapsed_time < interval {
println!("Waiting for: {:?}", interval - elapsed_time);
sleep(interval - elapsed_time).await;
}
}
Expand Down

0 comments on commit 72fa1a9

Please sign in to comment.