From 53382bb1b80f3dc45d68970d631cf4441bd14656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Mon, 30 Oct 2023 14:06:39 +0100 Subject: [PATCH] Introduce a new flag to skip dumping enqueued/processing tasks --- meilitool/src/main.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/meilitool/src/main.rs b/meilitool/src/main.rs index e7c9674bb..2b40e42c2 100644 --- a/meilitool/src/main.rs +++ b/meilitool/src/main.rs @@ -260,9 +260,6 @@ fn export_a_dump( eprintln!("Dumping the indexes..."); - eprintln!("Successfully dumped {count} tasks!"); - eprintln!("Dumping the indexes..."); - // 4. Dump the indexes let mut count = 0; for result in index_mapping.iter(&rtxn)? {