Reduced log level to info.

This commit is contained in:
Markus Lampert
2017-08-23 19:57:51 -07:00
committed by Yorik van Havre
parent d8eb9a31ca
commit 353ebde7ab

View File

@@ -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())