From 969f223d8de21d7c8b0f7646bbf8dbb5864e8d03 Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Tue, 9 Aug 2016 18:39:56 +0200 Subject: [PATCH] Qt: Clean up debug output in tests * lang/qt/tests/t-support.cpp: Remove accidentally commited debug output. --- lang/qt/tests/t-support.cpp | 3 +-- 1 file changed, 1 insertion(+), 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 + void killAgent(const QString& dir) { QProcess proc;