diff --git a/tests/modeltests/tst_models.cpp b/tests/modeltests/tst_models.cpp index c19400757..e8ad3960d 100644 --- a/tests/modeltests/tst_models.cpp +++ b/tests/modeltests/tst_models.cpp @@ -531,7 +531,6 @@ private slots: for (int i = 0; i < 5; i++) { model.find(QStringLiteral("Line 8"), Direction::Forward, i); auto result = searchSpy.takeFirst(); - qDebug() << i; QCOMPARE(result.at(0).value().isValid(), false); }