Removed dead code for debugging shortcut warnings.

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

View File

@@ -37,13 +37,8 @@ import json
from PathScripts.PathPostProcessor import PostProcessor
from PySide import QtCore
LOGLEVEL = False
if LOGLEVEL:
PathLog.setLevel(PathLog.Level.DEBUG, PathLog.thisModule())
PathLog.trackModule(PathLog.thisModule())
else:
PathLog.setLevel(PathLog.Level.INFO, PathLog.thisModule())
PathLog.setLevel(PathLog.Level.INFO, PathLog.thisModule())
#PathLog.trackModule(PathLog.thisModule())
# Qt translation handling