Skip to content

Commit 96143d5

Browse files
committed
Merge pull request #2017 from rldhont/processing_remove_print_from_help
[processing] removing print statement from help method
2 parents c2fb5e1 + f7e46ee commit 96143d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/plugins/processing/modeler/ModelerAlgorithm.py

-1
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,6 @@ def updateModelerView(self):
475475
self.modelerdialog.repaintModel()
476476

477477
def help(self):
478-
print self.helpContent
479478
try:
480479
return True, getHtmlFromDescriptionsDict(self, self.helpContent)
481480
except:

0 commit comments

Comments
 (0)