Remove the delay that helps to show the index build progress bar.

This commit is contained in:
Veronica K. B. Olsen
2019-06-01 21:13:24 +02:00
parent 9642b8e91f
commit fa52baa109
-1
View File
@@ -421,7 +421,6 @@ class GuiMain(QMainWindow):
# Build tag index
self.theIndex.scanText(tHandle, theText)
time.sleep(0.05)
nDone += 1
if dlgProg.wasCanceled():
break