aboutsummaryrefslogtreecommitdiffstats
path: root/gpgcontext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gpgcontext.cpp')
-rw-r--r--gpgcontext.cpp2
1 files changed, 1 insertions, 1 deletions
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")));