Skip to content

Commit ba98e2d

Browse files
committedOct 13, 2016
[processing] remove debug line (fix #15677)
1 parent 022c7de commit ba98e2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ def processAlgorithm(self, progress):
138138
raise
139139
raise GeoAlgorithmExecutionException(
140140
self.tr('Geometry exception while dissolving'))
141-
print outFeat.geometry().exportToWkt()
142141
outFeat.setAttributes(attrs)
143142
writer.addFeature(outFeat)
144143
else:

0 commit comments

Comments
 (0)
Please sign in to comment.