Qt: Clean up debug output in tests
* lang/qt/tests/t-support.cpp: Remove accidentally commited debug output.
This commit is contained in:
parent
f209ec8f58
commit
969f223d8d
@ -43,9 +43,8 @@ void QGpgMETest::cleanupTestCase()
|
|||||||
{
|
{
|
||||||
QCoreApplication::sendPostedEvents();
|
QCoreApplication::sendPostedEvents();
|
||||||
killAgent();
|
killAgent();
|
||||||
printf("Killed agent\n");
|
|
||||||
}
|
}
|
||||||
#include <QDebug>
|
|
||||||
void killAgent(const QString& dir)
|
void killAgent(const QString& dir)
|
||||||
{
|
{
|
||||||
QProcess proc;
|
QProcess proc;
|
||||||
|
Loading…
Reference in New Issue
Block a user