mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(TemplateManager): Remove warning message
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
parent
101c7575ae
commit
dcde6d8d74
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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue