From 4f77f893fdcb0dfba731e47a341131d9cd349c0f Mon Sep 17 00:00:00 2001 From: evenyag Date: Fri, 8 Mar 2024 12:16:04 +0800 Subject: [PATCH] style: fix cilppy --- src/mito2/src/worker.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mito2/src/worker.rs b/src/mito2/src/worker.rs index 92764d93ede9..9ad4a80f30fe 100644 --- a/src/mito2/src/worker.rs +++ b/src/mito2/src/worker.rs @@ -678,8 +678,6 @@ impl RegionWorkerLoop { return; } - println!("try to flush periodically"); - if let Err(e) = self.flush_periodically() { error!(e; "Failed to flush regions periodically"); }