Less debug noise in geometry validator

This commit is contained in:
Nyall Dawson 2017-12-03 15:12:51 +10:00
parent 113c21e8bf
commit a441b7390c

View File

@ -261,8 +261,6 @@ void QgsGeometryValidator::run()
case QgsGeometry::ValidatorQgisInternal:
{
QgsDebugMsg( "validation thread started." );
QgsWkbTypes::Type flatType = QgsWkbTypes::flatType( mGeometry.wkbType() );
//if ( flatType == QgsWkbTypes::Point || flatType == QgsWkbTypes::MultiPoint )
// break;
@ -327,8 +325,6 @@ void QgsGeometryValidator::run()
mErrorCount++;
}
QgsDebugMsg( "validation finished." );
if ( mStop )
{
emit errorFound( QgsGeometry::Error( QObject::tr( "Geometry validation was aborted." ) ) );