From ace0bc4f1c0d46194eb95efe9c14fed7ec4a7966 Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 23 Oct 2011 21:36:29 +0000 Subject: reverted gpg4usb.pro git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@566 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- keylist.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'keylist.cpp') diff --git a/keylist.cpp b/keylist.cpp index 105e371..585c707 100644 --- a/keylist.cpp +++ b/keylist.cpp @@ -118,7 +118,6 @@ void KeyList::refresh() * note: privkey status is not returned */ GpgKey KeyList::getKeyByFpr(QString fpr) { - qDebug() << "begin of getkeybyfpr"; GpgKey key; for (int i = 0; i < mKeyList->rowCount(); i++) { if (mKeyList->item(i, 5)->text() == fpr) { @@ -129,7 +128,6 @@ GpgKey KeyList::getKeyByFpr(QString fpr) { key.fpr = fpr; } } - qDebug() << "end of getkeybyfpr"; return key; } -- cgit v1.2.3