Removed old log message regarding copying of spelling dictionaries

This commit is contained in:
Manuel Cortez 2021-04-23 11:03:08 -05:00
parent ea0f6ea1b3
commit 0a0e2a4dd9

View File

@ -58,8 +58,6 @@ def setup():
sm = sessionManager.sessionManagerController()
sm.show()
del sm
log.debug("Loading dictionaries for spelling correction...")
# Let's copy dictionary files for the selected language just in case it is not present already.
r = mainController.Controller()
call_threaded(r.login)
app.run()