Skip to content

Commit

Permalink
[processing] remove debug line (fix #15677)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Oct 13, 2016
1 parent 022c7de commit ba98e2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/processing/algs/qgis/Dissolve.py
Expand Up @@ -138,7 +138,6 @@ def processAlgorithm(self, progress):
raise
raise GeoAlgorithmExecutionException(
self.tr('Geometry exception while dissolving'))
print outFeat.geometry().exportToWkt()
outFeat.setAttributes(attrs)
writer.addFeature(outFeat)
else:
Expand Down

0 comments on commit ba98e2d

Please sign in to comment.