diff options
author | redmatrix <git@macgirvin.com> | 2016-06-23 20:05:57 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-06-23 20:05:57 -0700 |
commit | fa02a091072e74a2468cfc34f9e38ce1c9ea5196 (patch) | |
tree | 7393dbb37eb8853b9cc661d44288b24e9b5af068 /Zotlabs/Storage/CalDAVClient.php | |
parent | 51e2ef39c221a6f8cd89f8bb9e85a8f374f1fd6c (diff) | |
download | volse-hubzilla-fa02a091072e74a2468cfc34f9e38ce1c9ea5196.tar.gz volse-hubzilla-fa02a091072e74a2468cfc34f9e38ce1c9ea5196.tar.bz2 volse-hubzilla-fa02a091072e74a2468cfc34f9e38ce1c9ea5196.zip |
SuperCurl to provide a re-usable curl options stack and just change options that are different from one call to the next
Diffstat (limited to 'Zotlabs/Storage/CalDAVClient.php')
-rw-r--r-- | Zotlabs/Storage/CalDAVClient.php | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |