Remove debug from repetitions.rs
This commit is contained in:
@@ -418,9 +418,6 @@ impl RepetitionsState {
|
||||
let distance = now - *date;
|
||||
let index = counts.len() as i64 - distance.num_days() - 1;
|
||||
|
||||
if index == 210 {
|
||||
println!("invalid index")
|
||||
}
|
||||
if index < 0 {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user