From 7f736326eea91c58772279d2167fcd65118454ea Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Wed, 15 Feb 2017 02:07:35 +0000 Subject: [PATCH] CardDAV2: Removed debug text --- source/carddav2/carddav2.cpp | 4 ---- 1 file changed, 4 deletions(-) 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; -- 2.39.2