Skip to content

Commit 68748d0

Browse files
committed
[oracle] Remove debugging noise
On behalf of Faunalia, sponsored by ENEL
1 parent ec56c3e commit 68748d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/providers/oracle/qgsoracleprovider.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ bool QgsOracleProvider::addFeatures( QgsFeatureList &flist )
12461246

12471247
const QgsField &fld = mAttributeFields[idx];
12481248

1249-
QgsDebugMsg( "Checking field against: " + fld.name() );
1249+
QgsDebugMsgLevel( "Checking field against: " + fld.name(), 4 );
12501250

12511251
if ( fld.name().isEmpty() || fld.name() == mGeometryColumn )
12521252
continue;
@@ -1313,7 +1313,7 @@ bool QgsOracleProvider::addFeatures( QgsFeatureList &flist )
13131313
{
13141314
QgsAttributes attributevec = features->attributes();
13151315

1316-
QgsDebugMsg( QString( "insert feature %1" ).arg( features->id() ) );
1316+
QgsDebugMsgLevel( QString( "insert feature %1" ).arg( features->id() ), 4 );
13171317

13181318
if ( !mGeometryColumn.isNull() )
13191319
{

0 commit comments

Comments
 (0)