Skip to content

Commit 50037a5

Browse files
committed
Do not report an error when checks are triggered
1 parent 9e0b9e7 commit 50037a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/qgisapp.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7118,7 +7118,6 @@ void QgisApp::commitError( QgsVectorLayer *vlayer )
71187118
const QStringList commitErrors = vlayer->commitErrors();
71197119
if ( !vlayer->allowCommit() && commitErrors.empty() )
71207120
{
7121-
QgsMessageLog::logMessage( tr( "Could not save changes. Geometry validation failed." ) );
71227121
return;
71237122
}
71247123

0 commit comments

Comments
 (0)