Skip to content

Commit

Permalink
style: fix cilppy
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag committed Mar 8, 2024
1 parent 9857091 commit 1ab431c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mito2/src/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,6 @@ impl<S: LogStore> RegionWorkerLoop<S> {
return;
}

println!("try to flush periodically");

if let Err(e) = self.flush_periodically() {
error!(e; "Failed to flush regions periodically");
}
Expand Down

0 comments on commit 1ab431c

Please sign in to comment.