Skip to content

Commit

Permalink
fix(TemplateManager): Remove warning message
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <[email protected]>
  • Loading branch information
solracsf authored Jan 20, 2025
1 parent 101c757 commit dcde6d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/private/Files/Template/TemplateManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ private function getTemplateFolder(): Folder {
if ($path instanceof Folder) {
return $path;
}
$this->logger->warning('Template folder ' . $path . ' not found or invalid', ['app' => 'files_templates']);
}
throw new NotFoundException();
}
Expand Down

0 comments on commit dcde6d8

Please sign in to comment.