From 781924e01c2d830e98bdf42068eaf3c5ce27bc8b Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sat, 14 Dec 2024 11:33:50 +0100 Subject: [PATCH] wtf --- quotest/quotest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quotest/quotest.cpp b/quotest/quotest.cpp index 890245d2..c189f16d 100644 --- a/quotest/quotest.cpp +++ b/quotest/quotest.cpp @@ -965,7 +965,7 @@ void TestManager::finalize(const QString& lastWords) clog << "Logging out" << endl; c->logout().then( this, [this, lastWords] { - clog << lastWords.toStdString() << endl; + //clog << lastWords.toStdString() << endl; QCoreApplication::exit(!testSuite ? -3 : succeeded.empty() && failed.empty() && running.empty()