From fa7112b8d1bd9e3d66a6c53320ac4fff23c67b6a Mon Sep 17 00:00:00 2001 From: ubbo Date: Thu, 1 May 2014 21:29:58 +0000 Subject: less qdebug git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.4-beta@1102 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgcontext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpgcontext.cpp') diff --git a/gpgcontext.cpp b/gpgcontext.cpp index 31ed77f..9e33b5e 100644 --- a/gpgcontext.cpp +++ b/gpgcontext.cpp @@ -244,7 +244,7 @@ void GpgContext::slotExportKeyToFileReady(int result) return; QTextStream stream(&file); QByteArray keyArray = exp->getOutputData(); - qDebug() << *keyArray; + //qDebug() << *keyArray; stream << keyArray; file.close(); //emit statusBarChanged(QString(tr("key(s) exported"))); -- cgit v1.2.3