Skip to content

Commit

Permalink
Remove useless qWarning message
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 authored and nyalldawson committed May 27, 2020
1 parent e0beec4 commit 7fa4bab
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 7fa4bab

Please sign in to comment.