Removed redundant log message
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user