From: Steve Brokenshire <sbrokenshire@xestia.co.uk>
Date: Sun, 4 Oct 2015 14:46:52 +0000 (+0100)
Subject: Removed lines which shouldn't print to console.
X-Git-Tag: release-0.05~50
X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=bccc4874b2c4056b67b509e17d1ecb095ec0a1c7;p=xestiaab%2F.git

Removed lines which shouldn't print to console.
---

diff --git a/source/carddav/carddav.cpp b/source/carddav/carddav.cpp
index 7f0c6a7..33710f8 100644
--- a/source/carddav/carddav.cpp
+++ b/source/carddav/carddav.cpp
@@ -2691,8 +2691,6 @@ ContactListData CardDAV::GetContactList(wxString SyncTokenInc){
 			nodeLevel2 = nodeLevel2->next)
 		{
 
-			printf("\t%s:%s\n", nodeLevel2->name, nodeLevel2->content);
-
 			for (nodeLevel3 = nodeLevel2->children;
 			nodeLevel3 != NULL;
 			nodeLevel3 = nodeLevel3->next)
@@ -2703,8 +2701,6 @@ ContactListData CardDAV::GetContactList(wxString SyncTokenInc){
 				bool ETagFound = FALSE;
 				bool HTTPStatus = FALSE;
 
-				printf("\t\t%s:%s\n", nodeLevel3->name, nodeLevel3->content);
-
 				if (!xmlStrcmp(nodeLevel3->name, (const xmlChar *)"href") ||
 				!xmlStrcmp(nodeLevel3->name, (const xmlChar *)"d:href") ||
 				!xmlStrcmp(nodeLevel3->name, (const xmlChar *)"D:href")
@@ -2900,8 +2896,6 @@ ContactListData CardDAV::GetContactList(wxString SyncTokenInc){
 			nodeLevel2 = nodeLevel2->next)
 		{
 
-			printf("\t%s:%s\n", nodeLevel2->name, nodeLevel2->content);
-
 			DataFileStatus = 0;
 			bool HREFFound = FALSE;
 			bool ETagFound = FALSE;
@@ -2912,8 +2906,6 @@ ContactListData CardDAV::GetContactList(wxString SyncTokenInc){
 			nodeLevel3 = nodeLevel3->next)
 			{
 
-				printf("\t\t%s:%s\n", nodeLevel3->name, nodeLevel3->content);
-
 				if (!xmlStrcmp(nodeLevel3->name, (const xmlChar *)"href") ||
 				!xmlStrcmp(nodeLevel3->name, (const xmlChar *)"d:href") ||
 				!xmlStrcmp(nodeLevel3->name, (const xmlChar *)"D:href")