mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -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 = {}
|
||||||
ns['progress'] = progress
|
ns['progress'] = progress
|
||||||
|
|
||||||
print self.parameters
|
|
||||||
for param in self.parameters:
|
for param in self.parameters:
|
||||||
print param.name
|
|
||||||
ns[param.name] = param.value
|
ns[param.name] = param.value
|
||||||
|
|
||||||
for out in self.outputs:
|
for out in self.outputs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user