Do not report an error when checks are triggered

This commit is contained in:
Matthias Kuhn 2018-12-04 13:51:50 +01:00
parent 9e0b9e76e2
commit 50037a591d
No known key found for this signature in database
GPG Key ID: 7A7F1A1C90C3E6A7

View File

@ -7118,7 +7118,6 @@ void QgisApp::commitError( QgsVectorLayer *vlayer )
const QStringList commitErrors = vlayer->commitErrors();
if ( !vlayer->allowCommit() && commitErrors.empty() )
{
QgsMessageLog::logMessage( tr( "Could not save changes. Geometry validation failed." ) );
return;
}