mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
remove useless prints
This commit is contained in:
parent
56eacd221f
commit
7e379b3d14
3 changed files with 0 additions and 10 deletions
|
@ -65,7 +65,6 @@ async fn perform_snapshot() {
|
|||
let next_task = task.uid() + 1;
|
||||
loop {
|
||||
let (value, code) = index.get_task(next_task).await;
|
||||
dbg!(&value);
|
||||
if code != 404 && value["status"].as_str() == Some("succeeded") {
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue