mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Remove useless debug trace
This commit is contained in:
parent
a5a18c2eb1
commit
ccb8b0f924
@ -365,7 +365,6 @@ QgsOgrFeatureSource::QgsOgrFeatureSource( const QgsOgrProvider* p )
|
||||
mDriverName = p->ogrDriverName;
|
||||
mFirstFieldIsFid = p->mFirstFieldIsFid;
|
||||
mOgrGeometryTypeFilter = QgsOgrProvider::ogrWkbSingleFlatten( p->mOgrGeometryTypeFilter );
|
||||
QgsDebugMsg( QString( "mOgrGeometryTypeFilter: %1" ).arg( mOgrGeometryTypeFilter ) );
|
||||
QgsOgrConnPool::instance()->ref( mDataSource );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user