mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 21:04:27 +01:00
remove an useless dbg
This commit is contained in:
parent
61f0940f8c
commit
e0821ad4b0
@ -297,7 +297,7 @@ impl IndexScheduler {
|
||||
details,
|
||||
status,
|
||||
kind,
|
||||
} = task.clone();
|
||||
} = task;
|
||||
assert_eq!(uid, task.uid);
|
||||
if let Some(task_index_uid) = &task_index_uid {
|
||||
assert!(self
|
||||
@ -319,9 +319,6 @@ impl IndexScheduler {
|
||||
.get(&rtxn, &BEI128::new(started_at.unix_timestamp_nanos()))
|
||||
.unwrap()
|
||||
.unwrap();
|
||||
if !db_started_at.contains(task_id) {
|
||||
dbg!(&task);
|
||||
}
|
||||
assert!(db_started_at.contains(task_id));
|
||||
}
|
||||
if let Some(finished_at) = finished_at {
|
||||
|
Loading…
Reference in New Issue
Block a user