🎨 改进删除闪卡

This commit is contained in:
Liang Ding
2023-02-25 13:45:50 +08:00
parent 6b1202be2a
commit 6a175fcb39

View File

@@ -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
}