diff --git a/anki/deck.py b/anki/deck.py index da52a4b3b..4a0fa79ed 100644 --- a/anki/deck.py +++ b/anki/deck.py @@ -215,9 +215,6 @@ qconf=?, conf=?, data=?""", ########################################################################## def _logDels(self, ids, type): - if not self.syncingEnabled(): - # no deletion log required if deck not syncable - return # limit ids to those created prior to last sync tbl = "cards" if type == DEL_CARD else "facts" ids = self.db.list(