Skip to content

Commit

Permalink
[oracle] Remove debugging noise
Browse files Browse the repository at this point in the history
On behalf of Faunalia, sponsored by ENEL
  • Loading branch information
nyalldawson committed Jul 6, 2016
1 parent ec56c3e commit 68748d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/oracle/qgsoracleprovider.cpp
Expand Up @@ -1246,7 +1246,7 @@ bool QgsOracleProvider::addFeatures( QgsFeatureList &flist )

const QgsField &fld = mAttributeFields[idx];

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

if ( fld.name().isEmpty() || fld.name() == mGeometryColumn )
continue;
Expand Down Expand Up @@ -1313,7 +1313,7 @@ bool QgsOracleProvider::addFeatures( QgsFeatureList &flist )
{
QgsAttributes attributevec = features->attributes();

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

if ( !mGeometryColumn.isNull() )
{
Expand Down

0 comments on commit 68748d0

Please sign in to comment.