File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
python/plugins/fTools/tools Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1045,9 +1045,7 @@ def intersect( self ):
1045
1045
int_geom = QgsGeometry ( int_com .difference ( int_sym ) )
1046
1046
try :
1047
1047
outFeat .setGeometry ( int_geom )
1048
- print outFeat .isValid ()
1049
1048
outFeat .setAttributeMap ( ftools_utils .combineVectorAttributes ( atMapA , atMapB ) )
1050
- print outFeat .isValid ()
1051
1049
writer .addFeature ( outFeat )
1052
1050
except :
1053
1051
FEATURE_EXCEPT = False
@@ -1056,7 +1054,6 @@ def intersect( self ):
1056
1054
GEOS_EXCEPT = False
1057
1055
break
1058
1056
del writer
1059
- print crs_match
1060
1057
return GEOS_EXCEPT , FEATURE_EXCEPT , crs_match , None
1061
1058
1062
1059
def union ( self ):
@@ -1217,7 +1214,6 @@ def union( self ):
1217
1214
# intersects, but the geometry doesn't
1218
1215
outFeat .setGeometry ( diff_geom )
1219
1216
outFeat .setAttributeMap ( atMap )
1220
- print geom .wkbType ()
1221
1217
writer .addFeature ( outFeat )
1222
1218
except Exception , err :
1223
1219
add = False
You can’t perform that action at this time.
0 commit comments