We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 113c21e commit a441b73Copy full SHA for a441b73
src/core/qgsgeometryvalidator.cpp
@@ -261,8 +261,6 @@ void QgsGeometryValidator::run()
261
262
case QgsGeometry::ValidatorQgisInternal:
263
{
264
- QgsDebugMsg( "validation thread started." );
265
-
266
QgsWkbTypes::Type flatType = QgsWkbTypes::flatType( mGeometry.wkbType() );
267
//if ( flatType == QgsWkbTypes::Point || flatType == QgsWkbTypes::MultiPoint )
268
// break;
@@ -327,8 +325,6 @@ void QgsGeometryValidator::run()
327
325
mErrorCount++;
328
326
}
329
330
- QgsDebugMsg( "validation finished." );
331
332
if ( mStop )
333
334
emit errorFound( QgsGeometry::Error( QObject::tr( "Geometry validation was aborted." ) ) );
0 commit comments