From fa02a091072e74a2468cfc34f9e38ce1c9ea5196 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 23 Jun 2016 20:05:57 -0700 Subject: SuperCurl to provide a re-usable curl options stack and just change options that are different from one call to the next --- Zotlabs/Storage/CalDAVClient.php | 1 - 1 file changed, 1 deletion(-) (limited to 'Zotlabs/Storage') diff --git a/Zotlabs/Storage/CalDAVClient.php b/Zotlabs/Storage/CalDAVClient.php index 76c59c569..c1a8db932 100644 --- a/Zotlabs/Storage/CalDAVClient.php +++ b/Zotlabs/Storage/CalDAVClient.php @@ -45,7 +45,6 @@ class CalDAVClient { } private function set_data($s) { - logger('set data called'); $this->request_data = $s; $this->filepos = 0; } -- cgit v1.2.3