Path: Area logging

This commit is contained in:
sliptonic
2017-05-15 18:26:05 -05:00
committed by wmayer
parent 68ca689e94
commit 39631cf4ef
3 changed files with 8 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ from PySide import QtGui
LOG_MODULE = 'PathUtils'
PathLog.setLevel(PathLog.Level.INFO, LOG_MODULE)
# PathLog.trackModule('PathUtils')
FreeCAD.setLogLevel('Path.Area',0)
def waiting_effects(function):
def new_function(*args, **kwargs):