Skip to content

Commit

Permalink
[VirtualLayer] Remove useless qWarning message
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and nyalldawson committed May 28, 2020
1 parent 83e6213 commit 4fe5780
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/virtual/qgsvirtuallayerqueryparser.cpp
Expand Up @@ -212,7 +212,6 @@ namespace QgsVirtualLayerQueryParser
qs += QLatin1String( ", " );
}
qs += QLatin1String( " FROM _tview LIMIT 1" );
qWarning() << qs;

Sqlite::Query q( db, qs );
if ( q.step() == SQLITE_ROW )
Expand Down

0 comments on commit 4fe5780

Please sign in to comment.