diff --git a/crates/index-scheduler/src/utils.rs b/crates/index-scheduler/src/utils.rs index 3718c69ca..1fcedfddf 100644 --- a/crates/index-scheduler/src/utils.rs +++ b/crates/index-scheduler/src/utils.rs @@ -276,7 +276,6 @@ impl IndexScheduler { .map(|batch_id| { if Some(batch_id) == processing.batch.as_ref().map(|batch| batch.uid) { let mut batch = processing.batch.as_ref().unwrap().to_batch(); - println!("here with progress: {}", processing.progress.is_some()); batch.progress = processing.get_progress_view(); Ok(batch) } else {