Merge pull request #50271 from nextcloud/removeWarningRegression

fix(TemplateManager): Remove warning message
pull/50281/head
Git'Fellow 2025-01-20 14:39:19 +07:00 committed by GitHub
commit 8fe9e8c6ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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();
}