Skip to content

Commit

Permalink
[Processing] Remove print statements which sometimes cause an exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Rado Guzinski committed Jul 22, 2014
1 parent 8f0b898 commit f780f2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/plugins/processing/script/ScriptAlgorithm.py
Expand Up @@ -256,9 +256,7 @@ def processAlgorithm(self, progress):
ns = {}
ns['progress'] = progress

print self.parameters
for param in self.parameters:
print param.name
ns[param.name] = param.value

for out in self.outputs:
Expand Down

0 comments on commit f780f2a

Please sign in to comment.