diff options
-rw-r--r-- | lang/qt/tests/t-support.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/qt/tests/t-support.cpp b/lang/qt/tests/t-support.cpp index 202a2510..ffb0f9ef 100644 --- a/lang/qt/tests/t-support.cpp +++ b/lang/qt/tests/t-support.cpp @@ -43,9 +43,8 @@ void QGpgMETest::cleanupTestCase() { QCoreApplication::sendPostedEvents(); killAgent(); - printf("Killed agent\n"); } -#include <QDebug> + void killAgent(const QString& dir) { QProcess proc; |