Skip to content

Commit

Permalink
Removed redundant log message
Browse files Browse the repository at this point in the history
  • Loading branch information
mlampert committed Jun 30, 2019
1 parent 9c5fa12 commit 05249b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Mod/Path/PathScripts/PathAreaOp.py
Expand Up @@ -334,7 +334,6 @@ def opExecute(self, obj, getsim=False):
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))
Expand Down
1 change: 0 additions & 1 deletion src/Mod/Path/PathScripts/PathOpGui.py
Expand Up @@ -825,7 +825,6 @@ def __init__(self, obj, deleteOnReject, opPage, selectionFactory):
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)))
Expand Down

0 comments on commit 05249b2

Please sign in to comment.