From 7cc8486e5ae4c52dc186ab317c823ed4acae3aba Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Sat, 30 Jul 2022 11:33:02 -0400 Subject: [PATCH] fix: remove left over `deb!` macro (#5224) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- compactor/src/parquet_file_combining.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/compactor/src/parquet_file_combining.rs b/compactor/src/parquet_file_combining.rs index 157bca1d61..176da1fae1 100644 --- a/compactor/src/parquet_file_combining.rs +++ b/compactor/src/parquet_file_combining.rs @@ -171,7 +171,6 @@ pub(crate) async fn compact_parquet_files( let (small_cutoff_bytes, large_cutoff_bytes) = cutoff_bytes(max_desired_file_size_bytes, percentage_max_file_size); - dbg!(&small_cutoff_bytes, &large_cutoff_bytes, &total_size); let ctx = exec.new_context(ExecutorType::Reorg); let plan = if total_size <= small_cutoff_bytes {