diff options
Diffstat (limited to 'verifykeydetailbox.cpp')
-rw-r--r-- | verifykeydetailbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/verifykeydetailbox.cpp b/verifykeydetailbox.cpp index 521d122..103be21 100644 --- a/verifykeydetailbox.cpp +++ b/verifykeydetailbox.cpp @@ -27,7 +27,7 @@ VerifyKeyDetailBox::VerifyKeyDetailBox(QWidget *parent, GpgME::GpgContext* ctx, this->mCtx = ctx; this->mKeyList = keyList; //this->fpr=signature->fpr; - qDebug() << "dbsig report: " << GpgME::GpgContext::getReport(signature.getMessages()); + //qDebug() << "dbsig report: " << GpgME::GpgContext::getReport(signature.getMessages()); QGridLayout *grid = new QGridLayout(); // TODO |