Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jul 6, 2021
1 parent cc709a0 commit d958722
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/gui/testqgsqueryresultwidget.cpp
Expand Up @@ -145,7 +145,6 @@ void TestQgsQueryResultWidget::testCodeEditorApis()
connect( w->mApiFetcher, &QgsConnectionsApiFetcher::fetchingFinished, w.get(), [ & ] { exited = true; } );
while ( ! exited )
QgsApplication::processEvents();
qDebug() << w->mCodeEditor->fieldNames();
QVERIFY( w->mCodeEditor->fieldNames().contains( QStringLiteral( "qgis_test" ) ) );
QVERIFY( w->mCodeEditor->fieldNames().contains( QStringLiteral( "random_big_data" ) ) );
QVERIFY( w->mCodeEditor->fieldNames().contains( QStringLiteral( "descr" ) ) );
Expand Down

0 comments on commit d958722

Please sign in to comment.