replace_deprecated_fn_log

This commit is contained in:
dobefore 2021-09-17 14:46:55 +08:00 committed by Vikash Kothary
parent 0eaf60feca
commit fcc7a0645f

View File

@ -318,7 +318,8 @@ from notes where %s""" % lim, self.maxUsn)
for r in data:
if r[0] not in lmods or lmods[r[0]] < r[modIdx]:
update.append(r)
self.col.log(table, data)
# replace col.log by just using print
print(table, data)
return update
def mergeCards(self, cards):