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 6, 2018
1 parent 10eb547 commit bf0ad45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -7018,7 +7018,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 bf0ad45

Please sign in to comment.