mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -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):
|
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
|
# limit ids to those created prior to last sync
|
||||||
tbl = "cards" if type == DEL_CARD else "facts"
|
tbl = "cards" if type == DEL_CARD else "facts"
|
||||||
ids = self.db.list(
|
ids = self.db.list(
|
||||||
|
|
Loading…
Reference in a new issue