disable applying history too, until people upgrade

This commit is contained in:
Damien Elmes 2008-10-19 18:56:11 +09:00
parent c130dac060
commit 5a21a79eb8

View file

@ -599,6 +599,7 @@ from reviewHistory where time > :ls""",
ls=self.deck.lastSync))
def updateHistory(self, history):
return
dlist = [{'cardId': h[0],
'time': h[1],
'lastInterval': h[2],