From 0a0e2a4dd9369821fe78c3d8cd8be89f622f319b Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Fri, 23 Apr 2021 11:03:08 -0500 Subject: [PATCH] Removed old log message regarding copying of spelling dictionaries --- src/main.py | 2 -- 1 file changed, 2 deletions(-) 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()