Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removing print from help method
I found a print in ModelerAlgorithm help method that causes some trouble
 for PyWPS-QGIS-Processing. I removed it.
  • Loading branch information
rldhont committed Apr 28, 2015
1 parent c2fb5e1 commit f7e46ee
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 f7e46ee

Please sign in to comment.