Skip to content

File tree

2 files changed

+6823
-3586
lines changed

2 files changed

+6823
-3586
lines changed
 

‎i18n/qgis_zh_CN.ts

Lines changed: 6821 additions & 3584 deletions
Large diffs are not rendered by default.

‎src/providers/ogr/qgsogrprovider.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,11 +525,11 @@ QgsFeature *QgsOgrProvider::getNextFeature(std::list<int> const& attlist, int fe
525525
{
526526
// test this geometry to see if it should be
527527
// returned
528-
QgsDebugMsg("Testing geometry using intersect");
528+
//QgsDebugMsg("Testing geometry using intersect");
529529
}
530530
else
531531
{
532-
QgsDebugMsg("Testing geometry using mbr");
532+
//QgsDebugMsg("Testing geometry using mbr");
533533
break;
534534
}
535535
}

0 commit comments

Comments
 (0)
Please sign in to comment.