Reduced ramp entry log level to info.

This commit is contained in:
Markus Lampert
2017-08-17 21:12:34 -07:00
committed by wmayer
parent 43c7406878
commit a8ea8256bb

View File

@@ -38,8 +38,7 @@ def translate(text, context="PathDressup_RampEntry", disambig=None):
return QtCore.QCoreApplication.translate(context, text, disambig)
LOG_MODULE = PathLog.thisModule()
PathLog.setLevel(PathLog.Level.DEBUG, LOG_MODULE)
PathLog.setLevel(PathLog.Level.INFO, PathLog.thisModule())
class ObjectDressup: