mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 23:38:49 +01:00
🎨 改进删除闪卡
This commit is contained in:
parent
6b1202be2a
commit
6a175fcb39
1 changed files with 0 additions and 1 deletions
|
|
@ -146,7 +146,6 @@ func ReviewFlashcard(deckID, cardID string, rating riff.Rating) (err error) {
|
|||
deck := Decks[deckID]
|
||||
card := deck.GetCard(cardID)
|
||||
if nil == card {
|
||||
logging.LogErrorf("card not found [%s]", cardID)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue