mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-01-12 14:27:28 +01:00
remove usuless print
This commit is contained in:
parent
ad4dc70720
commit
29fc77ee5b
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user