fix(TemplateManager): Remove warning message

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
pull/50276/head
Git'Fellow 2025-01-20 13:05:28 +07:00 committed by backportbot[bot]
parent f67a5550c7
commit 1efa72d91a
1 changed files with 0 additions and 1 deletions

@ -179,7 +179,6 @@ class TemplateManager implements ITemplateManager {
if ($path instanceof Folder) {
return $path;
}
$this->logger->warning('Template folder ' . $path . ' not found or invalid', ['app' => 'files_templates']);
}
throw new NotFoundException();
}