diff options
Diffstat (limited to 'kgpg/transactions/kgpgencrypt.cpp')
-rw-r--r-- | kgpg/transactions/kgpgencrypt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kgpg/transactions/kgpgencrypt.cpp b/kgpg/transactions/kgpgencrypt.cpp index 4324a43..a7de4f2 100644 --- a/kgpg/transactions/kgpgencrypt.cpp +++ b/kgpg/transactions/kgpgencrypt.cpp @@ -101,7 +101,7 @@ KGpgEncrypt::encryptedText() const bool KGpgEncrypt::nextLine(const QString &line) { - qDebug() << "KGpgEncrypt::nextLine called"; + //qDebug() << "KGpgEncrypt::nextLine called"; const QList<QUrl> &inputFiles = getInputFiles(); if (line.startsWith(QLatin1String("[GNUPG:] MISSING_PASSPHRASE"))) { |