From 3ac7aacb54d1f084839609e0d623f7d6ac202515 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 2 Dec 2011 21:50:07 +0900 Subject: [PATCH] remove optimize sync warning --- aqt/main.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/aqt/main.py b/aqt/main.py index ef44bcb11..d53033411 100755 --- a/aqt/main.py +++ b/aqt/main.py @@ -826,12 +826,6 @@ they will be lost. Are you sure you want to continue?""")) def onCheckDB(self): "True if no problems" - if not askUser(_("""\ -This operation will find and fix some common problems.

-On the next sync, all cards will be sent to the server. \ -Any changes on the server since your last sync will be lost.

-This operation is not undoable. Proceed?""")): - return self.progress.start(immediate=True) ret = self.col.fixIntegrity() self.progress.finish()