From 3c9a30cde595913ab997a2e6732c523ab7063cb7 Mon Sep 17 00:00:00 2001 From: Morgan Mccauley Date: Wed, 26 Jun 2024 10:01:41 +1200 Subject: [PATCH] chore: Remove `println` --- block-streamer/src/redis.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/block-streamer/src/redis.rs b/block-streamer/src/redis.rs index 03401a10..959b5ddc 100644 --- a/block-streamer/src/redis.rs +++ b/block-streamer/src/redis.rs @@ -175,7 +175,6 @@ impl RedisClientImpl { break; } - println!("Waiting for stream to be consumed"); tokio::time::sleep(std::time::Duration::from_secs(1)).await; }