Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Less debug noise in geometry validator
  • Loading branch information
nyalldawson committed Dec 3, 2017
1 parent 113c21e commit a441b73
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/qgsgeometryvalidator.cpp
Expand Up @@ -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;
Expand Down Expand Up @@ -327,8 +325,6 @@ void QgsGeometryValidator::run()
mErrorCount++;
}

QgsDebugMsg( "validation finished." );

if ( mStop )
{
emit errorFound( QgsGeometry::Error( QObject::tr( "Geometry validation was aborted." ) ) );
Expand Down

0 comments on commit a441b73

Please sign in to comment.