aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage/CalDAVClient.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-06-23 20:05:57 -0700
committerredmatrix <git@macgirvin.com>2016-06-23 20:05:57 -0700
commitfa02a091072e74a2468cfc34f9e38ce1c9ea5196 (patch)
tree7393dbb37eb8853b9cc661d44288b24e9b5af068 /Zotlabs/Storage/CalDAVClient.php
parent51e2ef39c221a6f8cd89f8bb9e85a8f374f1fd6c (diff)
downloadvolse-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.php1
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;
}