mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
always mark gravestones
This commit is contained in:
parent
2ae83e6e38
commit
9de16289ba
1 changed files with 0 additions and 3 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue