From 6768a70a2d418d6023a2406a6ac3de8a6c7253ed Mon Sep 17 00:00:00 2001 From: sliptonic Date: Tue, 16 May 2017 12:49:07 -0500 Subject: [PATCH] Path: PathArea logging --- src/Mod/Path/PathScripts/PathContour.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Mod/Path/PathScripts/PathContour.py b/src/Mod/Path/PathScripts/PathContour.py index c5b4db72fa..44d4fc5fe9 100644 --- a/src/Mod/Path/PathScripts/PathContour.py +++ b/src/Mod/Path/PathScripts/PathContour.py @@ -34,7 +34,8 @@ from PathScripts.PathUtils import waiting_effects LOG_MODULE = 'PathContour' PathLog.setLevel(PathLog.Level.INFO, LOG_MODULE) -PathLog.trackModule('PathContour') +#PathLog.trackModule('PathContour') +FreeCAD.setLogLevel('Path.Area',0) if FreeCAD.GuiUp: import FreeCADGui @@ -125,9 +126,7 @@ class ObjectContour: @waiting_effects def _buildPathArea(self, obj, baseobject, start=None): PathLog.track() - #Path.Area.setDefaultParams(LogLevel=0) profile = Path.Area() - #profile.setDefaultParams(LogLevel=3) profile.setPlane(Part.makeCircle(10)) profile.add(baseobject)