diff --git a/src/main.py b/src/main.py index 34cfb18..2baaa73 100644 --- a/src/main.py +++ b/src/main.py @@ -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()