Skip to content

Commit 57c0b06

Browse files
authored
Merge pull request #50276 from nextcloud/backport/50271/stable30
[stable30] fix(TemplateManager): Remove warning message
2 parents a0748f1 + 1efa72d commit 57c0b06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/private/Files/Template/TemplateManager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ private function getTemplateFolder(): Folder {
179179
if ($path instanceof Folder) {
180180
return $path;
181181
}
182-
$this->logger->warning('Template folder ' . $path . ' not found or invalid', ['app' => 'files_templates']);
183182
}
184183
throw new NotFoundException();
185184
}

0 commit comments

Comments
 (0)