]> git.mxchange.org Git - friendica-addons.git/blobdiff - dav/common/dav_user_calendars.inc.php
v0.3 - Only refactoring, no new features; please note that this is still alpha-software
[friendica-addons.git] / dav / common / dav_user_calendars.inc.php
index 62837dc54d03665039151648c39883cf982455fd..b292074d6497082f4f704ba3165f69ca597f8f25 100644 (file)
@@ -169,7 +169,6 @@ class Sabre_CalDAV_AnimexxUserCalendars implements Sabre_DAV_IExtendedCollection
                $objs[] = new $calendar["calendar_class"]($this->principalBackend, $backend, $calendar);
                }
                }
-        //$objs[] = new Sabre_CalDAV_AnimexxUserZirkelCalendars($this->principalBackend, $this->caldavBackend, $this->username);
         return $objs;
 
     }