mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
remove unnecessary save() in sync
This commit is contained in:
parent
74153f23bb
commit
3e6bb426a3
1 changed files with 0 additions and 1 deletions
|
@ -297,7 +297,6 @@ class SyncThread(QThread):
|
|||
if ret == "fullSync":
|
||||
return self._fullSync()
|
||||
# save and note success state
|
||||
self.col.save()
|
||||
if ret == "noChanges":
|
||||
self.fireEvent("noChanges")
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue