Remove useless line left over from a1428d9

This commit is contained in:
nathangray 2019-01-03 09:21:24 -07:00
parent 2fc78231d3
commit 5ba68e2957

View File

@ -869,7 +869,6 @@ class calendar_groupdav extends Api\CalDAV\Handler
array_shift($content_type);
foreach ($content_type as $attribute)
{
trim($attribute);
list($key, $value) = explode('=', $attribute);
switch (strtolower(trim($key)))
{