remove unnecessary imports. normalize debug log levels
This commit is contained in:
@@ -77,7 +77,9 @@ __created__ = "2016"
|
||||
__scriptVersion__ = "3t Usable"
|
||||
__lastModified__ = "2019-05-10 10:37 CST"
|
||||
|
||||
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