replace_deprecated_fn_log

This commit is contained in:
dobefore
2022-03-08 22:18:11 +00:00
committed by Vikash Kothary
parent 0eaf60feca
commit fcc7a0645f
+2 -1
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):