mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
Merge pull request #2017 from rldhont/processing_remove_print_from_help
[processing] removing print statement from help method
This commit is contained in:
commit
96143d5653
@ -475,7 +475,6 @@ class ModelerAlgorithm(GeoAlgorithm):
|
||||
self.modelerdialog.repaintModel()
|
||||
|
||||
def help(self):
|
||||
print self.helpContent
|
||||
try:
|
||||
return True, getHtmlFromDescriptionsDict(self, self.helpContent)
|
||||
except:
|
||||
|
Loading…
x
Reference in New Issue
Block a user