fix: remove too verbose error log line in AddExtraHeadersPlugin

Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
This commit is contained in:
Salvatore Martire 2026-05-18 16:40:51 +02:00
parent 35484a9e39
commit 943e46ef05

View file

@ -55,8 +55,6 @@ class AddExtraHeadersPlugin extends \Sabre\DAV\ServerPlugin {
}
if (!$node instanceof Node) {
$nodeType = get_debug_type($node);
$this->logger->error("Cannot set extra headers for node of type {$nodeType} for file '{$request->getPath()}'");
return;
}