Unneeded log entry removed

pull/14144/head
Michael 2024-05-11 08:52:50 +00:00
parent f566c52624
commit f574bc72ca
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ class Activities extends BaseFactory
break;
default:
$this->logger->warning('Unsupported verb in parent item:', ['parent_item' => $parent_item]);
break;
}
}