Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2017 from rldhont/processing_remove_print_from_help
[processing] removing print statement from help method
  • Loading branch information
alexbruy committed Apr 28, 2015
2 parents c2fb5e1 + f7e46ee commit 96143d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/processing/modeler/ModelerAlgorithm.py
Expand Up @@ -475,7 +475,6 @@ def updateModelerView(self):
self.modelerdialog.repaintModel()

def help(self):
print self.helpContent
try:
return True, getHtmlFromDescriptionsDict(self, self.helpContent)
except:
Expand Down

0 comments on commit 96143d5

Please sign in to comment.