mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
remove dbg
This commit is contained in:
parent
7cb7d208c6
commit
b80468554a
1 changed files with 0 additions and 2 deletions
|
|
@ -450,8 +450,6 @@ impl crate::services::SchedulerService for Collection {
|
||||||
note.fields[notetype.get_field_ord(&field.1).unwrap()].clone()
|
note.fields[notetype.get_field_ord(&field.1).unwrap()].clone()
|
||||||
});
|
});
|
||||||
|
|
||||||
dbg!(&typed_answer_parent_node);
|
|
||||||
|
|
||||||
Ok(NextCardDataResponse {
|
Ok(NextCardDataResponse {
|
||||||
next_card: Some(NextCardData {
|
next_card: Some(NextCardData {
|
||||||
queue: Some(queue.into()),
|
queue: Some(queue.into()),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue