Qt: Clean up debug output in tests

* lang/qt/tests/t-support.cpp: Remove accidentally commited
debug output.
This commit is contained in:
Andre Heinecke 2016-08-09 18:39:56 +02:00
parent f209ec8f58
commit 969f223d8d

View File

@ -43,9 +43,8 @@ void QGpgMETest::cleanupTestCase()
{
QCoreApplication::sendPostedEvents();
killAgent();
printf("Killed agent\n");
}
#include <QDebug>
void killAgent(const QString& dir)
{
QProcess proc;