mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Less debug noise in geometry validator
This commit is contained in:
parent
113c21e8bf
commit
a441b7390c
@ -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." ) ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user