Skip to content

Commit f7e46ee

Browse files
committed
Removing print from help method
I found a print in ModelerAlgorithm help method that causes some trouble for PyWPS-QGIS-Processing. I removed it.
1 parent c2fb5e1 commit f7e46ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/plugins/processing/modeler/ModelerAlgorithm.py

Lines changed: 0 additions & 1 deletion
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)