Skip to content

Commit 4fe5780

Browse files
github-actions[bot]nyalldawson
authored andcommittedMay 28, 2020
[VirtualLayer] Remove useless qWarning message
1 parent 83e6213 commit 4fe5780

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/providers/virtual/qgsvirtuallayerqueryparser.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ namespace QgsVirtualLayerQueryParser
212212
qs += QLatin1String( ", " );
213213
}
214214
qs += QLatin1String( " FROM _tview LIMIT 1" );
215-
qWarning() << qs;
216215

217216
Sqlite::Query q( db, qs );
218217
if ( q.step() == SQLITE_ROW )

0 commit comments

Comments
 (0)
Please sign in to comment.