mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 16:06:31 +00:00 
			
		
		
		
	remove usuless print
This commit is contained in:
		| @@ -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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user