Skip to content
Permalink
Browse files
[Processing] Remove print statements which sometimes cause an exception
  • Loading branch information
Rado Guzinski committed Jul 22, 2014
1 parent 8f0b898 commit f780f2a
Showing 1 changed file with 0 additions and 2 deletions.
@@ -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:

0 comments on commit f780f2a

Please sign in to comment.