Skip to content

Commit

Permalink
Make ogr a bit less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 5, 2017
1 parent 11240a3 commit ff2c109
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/providers/ogr/qgsogrprovider.cpp
Expand Up @@ -2913,8 +2913,6 @@ QGISEXTERN QList< QgsDataItemProvider * > *dataItemProviders()

QgsCoordinateReferenceSystem QgsOgrProvider::crs() const
{
QgsDebugMsg( "Entering." );

QgsCoordinateReferenceSystem srs;
if ( !mValid )
return srs;
Expand Down

0 comments on commit ff2c109

Please sign in to comment.