Remove deprecated comments and logs.
authorBartlomiej Grzelewski <b.grzelewski@samsung.com>
Mon, 1 Dec 2014 18:51:07 +0000 (19:51 +0100)
committerMaciej J. Karpiuk <m.karpiuk2@samsung.com>
Tue, 17 Feb 2015 10:18:55 +0000 (11:18 +0100)
This logs are no longer required to during ckm tests.

Change-Id: I74811ad7a14026bbb5fce09eeac421fac549019f

src/manager/common/certificate-impl.cpp
src/manager/service/ckm-logic.cpp

index f4d7c24..316085d 100644 (file)
@@ -258,9 +258,7 @@ std::string CertificateImpl::getOCSPURL() const {
 }
 
 CertificateImpl::~CertificateImpl() {
-    LogDebug("free cert start ptr: " << (void*)m_x509);
     X509_free(m_x509);
-    LogDebug("free cert end");
 }
 
 CertificateShPtr Certificate::create(const RawBuffer &rawBuffer, DataFormat format) {
index ca7e921..9501a9d 100644 (file)
@@ -80,8 +80,6 @@ RawBuffer CKMLogic::unlockUserKey(uid_t user, const Password &password) {
             for(auto& appSmackLabel : removedApps) {
                 handle.database.deleteKey(appSmackLabel);
             }
-
-            // TODO wipe key
         }
     } catch (const KeyProvider::Exception::PassWordError &e) {
         LogError("Incorrect Password " << e.GetMessage());