Skip to content

Commit

Permalink
Remove nonsense debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 20, 2021
1 parent af85991 commit 7111144
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/mssql/qgsmssqlprovider.cpp
Expand Up @@ -2659,7 +2659,6 @@ int QgsMssqlProviderMetadata::listStyles( const QString &uri,
QgsDebugMsg( query.lastError().text() );
return -1;
}
QgsDebugMsgLevel( query.isActive() && query.size(), 2 );
while ( query.next() )
{
ids.append( query.value( 0 ).toString() );
Expand Down

0 comments on commit 7111144

Please sign in to comment.