Skip to content

Commit a441b73

Browse files
committedDec 3, 2017
Less debug noise in geometry validator
1 parent 113c21e commit a441b73

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎src/core/qgsgeometryvalidator.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,6 @@ void QgsGeometryValidator::run()
261261

262262
case QgsGeometry::ValidatorQgisInternal:
263263
{
264-
QgsDebugMsg( "validation thread started." );
265-
266264
QgsWkbTypes::Type flatType = QgsWkbTypes::flatType( mGeometry.wkbType() );
267265
//if ( flatType == QgsWkbTypes::Point || flatType == QgsWkbTypes::MultiPoint )
268266
// break;
@@ -327,8 +325,6 @@ void QgsGeometryValidator::run()
327325
mErrorCount++;
328326
}
329327

330-
QgsDebugMsg( "validation finished." );
331-
332328
if ( mStop )
333329
{
334330
emit errorFound( QgsGeometry::Error( QObject::tr( "Geometry validation was aborted." ) ) );

0 commit comments

Comments
 (0)
Please sign in to comment.