diff --git a/apps/dav/lib/CalDAV/CalDavBackend.php b/apps/dav/lib/CalDAV/CalDavBackend.php index ccdf3f833f8b5..b1583e919b567 100644 --- a/apps/dav/lib/CalDAV/CalDavBackend.php +++ b/apps/dav/lib/CalDAV/CalDavBackend.php @@ -1979,7 +1979,6 @@ public function search( * and retry if we have not reached the limit. * * 25 rows and 3 retries is entirely arbitrary. - * Send us a patch if you have something different in mind. */ $maxResults = max($limit, 25); $attempts = 3;