Skip to content

Commit

Permalink
Do not report an error when checks are triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Dec 4, 2018
1 parent 9e0b9e7 commit 50037a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -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;
}

Expand Down

0 comments on commit 50037a5

Please sign in to comment.