remove unnecessary imports. normalize debug log levels
This commit is contained in:
@@ -25,7 +25,9 @@
|
||||
import PathScripts
|
||||
import PathScripts.PathLog as PathLog
|
||||
|
||||
if False:
|
||||
LOGLEVEL = False
|
||||
|
||||
if LOGLEVEL:
|
||||
PathLog.setLevel(PathLog.Level.DEBUG, PathLog.thisModule())
|
||||
PathLog.trackModule(PathLog.thisModule())
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user