mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[Processing] Remove print statements which sometimes cause an exception
This commit is contained in:
parent
8f0b89870f
commit
f780f2a04b
@ -256,9 +256,7 @@ class ScriptAlgorithm(GeoAlgorithm):
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user