Skip to content

Commit

Permalink
[processing] removed debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Dec 1, 2016
1 parent 8bd0dd5 commit 44f963f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/processing/algs/qgis/RasterCalculator.py
Expand Up @@ -68,7 +68,6 @@ def evaluateForModeler(self, value, model):

for alg in list(model.algs.values()):
for out in alg.algorithm.outputs:
print out, out.value
if isinstance(out, OutputRaster):
if out.value:
new = "%s@" % os.path.basename(out.value)
Expand Down

0 comments on commit 44f963f

Please sign in to comment.