mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42: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":
|
if ret == "fullSync":
|
||||||
return self._fullSync()
|
return self._fullSync()
|
||||||
# save and note success state
|
# save and note success state
|
||||||
self.col.save()
|
|
||||||
if ret == "noChanges":
|
if ret == "noChanges":
|
||||||
self.fireEvent("noChanges")
|
self.fireEvent("noChanges")
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue