Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Mar 25, 2021
1 parent 0391b15 commit df7e8af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/providers/ogr/qgsogrprovider.cpp
Expand Up @@ -2359,9 +2359,7 @@ bool QgsOgrProvider::_setSubsetString( const QString &theSQL, bool updateFeature
// check the validity of the layer if subset string has changed
if ( subsetStringHasChanged )
{
QgsDebugMsgLevel( QStringLiteral( "checking validity" ), 4 );
loadFields();
QgsDebugMsgLevel( QStringLiteral( "Done checking validity" ), 4 );
}

invalidateCachedExtent( false );
Expand Down Expand Up @@ -7128,4 +7126,3 @@ QgsProviderMetadata::ProviderCapabilities QgsOgrProviderMetadata::providerCapabi
return FileBasedUris;
}
///@endcond

0 comments on commit df7e8af

Please sign in to comment.