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

@@ -33,8 +33,8 @@ import re
from PySide import QtCore, QtGui
PathLog.setLevel(PathLog.Level.DEBUG, PathLog.thisModule())
PathLog.trackModule(PathLog.thisModule())
#PathLog.setLevel(PathLog.Level.DEBUG, PathLog.thisModule())
#PathLog.trackModule(PathLog.thisModule())
# Qt translation handling
def translate(context, text, disambig=None):