From be97678f3efdc2b38b5dcc60850531dd5e394a5b Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 24 Apr 2016 00:24:51 +0100 Subject: [PATCH] Removed output of address to console in AddCalendar --- source/objects/CalDAV/CalDAV.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/objects/CalDAV/CalDAV.cpp b/source/objects/CalDAV/CalDAV.cpp index 22590ce..001743f 100644 --- a/source/objects/CalDAV/CalDAV.cpp +++ b/source/objects/CalDAV/CalDAV.cpp @@ -589,8 +589,6 @@ CalDAVServerResult CalDAV::AddCalendar(string CalendarName){ struct curl_slist *CalendarRequestHeader = NULL; - cout << CalendarListURLAddress << endl; - //curl_easy_setopt(ConnectionHandle, CURLOPT_HTTPHEADER, CalendarRequestHeader); curl_easy_setopt(ConnectionHandle, CURLOPT_URL, CalendarListURLAddress.c_str()); curl_easy_setopt(ConnectionHandle, CURLOPT_CUSTOMREQUEST, "MKCALENDAR"); -- 2.39.2