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()