From 3e6bb426a364d7ecac58ab0e751e62987f59ea25 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 1 Dec 2012 23:32:11 +0900 Subject: [PATCH] remove unnecessary save() in sync --- aqt/sync.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aqt/sync.py b/aqt/sync.py index 74e74525e..a7b29ad9e 100644 --- a/aqt/sync.py +++ b/aqt/sync.py @@ -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: