Skip to content

Commit f780f2a

Browse files
author
Rado Guzinski
committedJul 22, 2014
[Processing] Remove print statements which sometimes cause an exception
1 parent 8f0b898 commit f780f2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎python/plugins/processing/script/ScriptAlgorithm.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,7 @@ def processAlgorithm(self, progress):
256256
ns = {}
257257
ns['progress'] = progress
258258

259-
print self.parameters
260259
for param in self.parameters:
261-
print param.name
262260
ns[param.name] = param.value
263261

264262
for out in self.outputs:

0 commit comments

Comments
 (0)
Please sign in to comment.