Reduced log level to info.
This commit is contained in:
committed by
Yorik van Havre
parent
d8eb9a31ca
commit
353ebde7ab
@@ -42,7 +42,7 @@ __doc__ = "Base class an implementation for operations on circular holes."
|
||||
def translate(context, text, disambig=None):
|
||||
return QtCore.QCoreApplication.translate(context, text, disambig)
|
||||
|
||||
if True:
|
||||
if False:
|
||||
PathLog.setLevel(PathLog.Level.DEBUG, PathLog.thisModule())
|
||||
PathLog.trackModule(PathLog.thisModule())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user