remove unnecessary imports. normalize debug log levels
This commit is contained in:
@@ -31,7 +31,9 @@ import math
|
||||
from PySide import QtCore
|
||||
|
||||
|
||||
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