diff options
| author | Andre Heinecke <[email protected]> | 2016-08-09 16:39:56 +0000 | 
|---|---|---|
| committer | Andre Heinecke <[email protected]> | 2016-08-09 16:39:56 +0000 | 
| commit | 969f223d8de21d7c8b0f7646bbf8dbb5864e8d03 (patch) | |
| tree | ca97098faaa9a43e38f57348ed6af566c7a7a238 | |
| parent | Qt: Add encryption test and refactor testsuite (diff) | |
| download | gpgme-969f223d8de21d7c8b0f7646bbf8dbb5864e8d03.tar.gz gpgme-969f223d8de21d7c8b0f7646bbf8dbb5864e8d03.zip | |
Qt: Clean up debug output in tests
* lang/qt/tests/t-support.cpp: Remove accidentally commited
debug output.
| -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; | 
