From: Steve Brokenshire Date: Wed, 15 Feb 2017 02:07:35 +0000 (+0000) Subject: CardDAV2: Removed debug text X-Git-Tag: release-0.18~23 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=7f736326eea91c58772279d2167fcd65118454ea CardDAV2: Removed debug text --- diff --git a/source/carddav2/carddav2.cpp b/source/carddav2/carddav2.cpp index f4041b8..0f79c11 100644 --- a/source/carddav2/carddav2.cpp +++ b/source/carddav2/carddav2.cpp @@ -156,8 +156,6 @@ SSLCertCollectionString CardDAV2::BuildSSLCollection(){ // Build and return the SSL collection. - cout << "Build SSL Collection!" << endl; - SSLCertCollectionString SSLCertInfo; // Grab the certificate data. @@ -170,8 +168,6 @@ SSLCertCollectionString CardDAV2::BuildSSLCollection(){ certptr.certdata = NULL; CURLcode result = curl_easy_getinfo(ConnectionSession, CURLINFO_CERTINFO, &certptr.certinfo); - - cout << certptr.certinfo->num_of_certs << endl; std::string CertPropName; std::string CertPropValue;