Skip to content

Commit

Permalink
chore: Remove println (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Jun 25, 2024
1 parent f52dfa3 commit 9ec0ced
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion block-streamer/src/redis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ impl RedisClientImpl {
break;
}

println!("Waiting for stream to be consumed");
tokio::time::sleep(std::time::Duration::from_secs(1)).await;
}

Expand Down

0 comments on commit 9ec0ced

Please sign in to comment.