diff options
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; } |