Reduced log level for tool bits

This commit is contained in:
Markus Lampert
2019-11-03 18:04:16 -08:00
parent a9e6c21486
commit 119730e4a8
4 changed files with 8 additions and 8 deletions

View File

@@ -41,8 +41,8 @@ __author__ = "sliptonic (Brad Collette)"
__url__ = "http://www.freecadweb.org"
__doc__ = "Class to deal with and represent a tool bit."
PathLog.setLevel(PathLog.Level.DEBUG, PathLog.thisModule())
PathLog.trackModule()
#PathLog.setLevel(PathLog.Level.DEBUG, PathLog.thisModule())
#PathLog.trackModule()
def translate(context, text, disambig=None):
return PySide.QtCore.QCoreApplication.translate(context, text, disambig)