Merge pull request #2017 from rldhont/processing_remove_print_from_help

[processing] removing print statement from help method
This commit is contained in:
alexbruy 2015-04-28 19:47:30 +03:00
commit 96143d5653

View File

@ -475,7 +475,6 @@ class ModelerAlgorithm(GeoAlgorithm):
self.modelerdialog.repaintModel()
def help(self):
print self.helpContent
try:
return True, getHtmlFromDescriptionsDict(self, self.helpContent)
except: