Removed dead code for debugging shortcut warnings.

This commit is contained in:
Markus Lampert
2020-01-03 23:13:55 -08:00
parent 824bbead6d
commit 81bbb0066d
28 changed files with 54 additions and 164 deletions

View File

@@ -43,8 +43,7 @@ __created__ = "2014"
__scriptVersion__ = "2j usable"
__lastModified__ = "2019-07-25 14:48 CST"
LOGLEVEL = PathLog.Level.INFO # change to .DEBUG to enable debugging messages
PathLog.setLevel(LOGLEVEL, PathLog.thisModule())
PathLog.setLevel(PathLog.Level.INFO, PathLog.thisModule())
# Qt translation handling
def translate(context, text, disambig=None):