diff --git a/src/Mod/Path/PathScripts/PathAreaOp.py b/src/Mod/Path/PathScripts/PathAreaOp.py index 7b9208b28b..2bfdd770c0 100644 --- a/src/Mod/Path/PathScripts/PathAreaOp.py +++ b/src/Mod/Path/PathScripts/PathAreaOp.py @@ -334,7 +334,6 @@ class ObjectOp(PathOp.ObjectOp): areaOpUseProjection(obj) ... return true if operation can use projection instead.''' PathLog.track() - PathLog.info("\n----- opExecute() in PathAreaOp.py") # PathLog.debug("OpDepths are Start: {}, and Final: {}".format(obj.OpStartDepth.Value, obj.OpFinalDepth.Value)) # PathLog.debug("Depths are Start: {}, and Final: {}".format(obj.StartDepth.Value, obj.FinalDepth.Value)) # PathLog.debug("initOpDepths are Start: {}, and Final: {}".format(self.initOpStartDepth, self.initOpFinalDepth)) diff --git a/src/Mod/Path/PathScripts/PathOpGui.py b/src/Mod/Path/PathScripts/PathOpGui.py index dd1feff1d1..fa86aecce4 100644 --- a/src/Mod/Path/PathScripts/PathOpGui.py +++ b/src/Mod/Path/PathScripts/PathOpGui.py @@ -825,7 +825,6 @@ class TaskPanel(object): else: for page in reversed(self.featurePages): toolbox.addItem(page.form, page.getTitle(obj)) - PathLog.info("Title: '%s'" % opTitle) toolbox.setWindowTitle(opTitle) if opPage.getIcon(obj): toolbox.setWindowIcon(QtGui.QIcon(opPage.getIcon(obj)))