Skip to content

Commit 44f963f

Browse files
committedDec 1, 2016
[processing] removed debug line
1 parent 8bd0dd5 commit 44f963f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎python/plugins/processing/algs/qgis/RasterCalculator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def evaluateForModeler(self, value, model):
6868

6969
for alg in list(model.algs.values()):
7070
for out in alg.algorithm.outputs:
71-
print out, out.value
7271
if isinstance(out, OutputRaster):
7372
if out.value:
7473
new = "%s@" % os.path.basename(out.value)

0 commit comments

Comments
 (0)
Please sign in to comment.