Skip to content

Commit ee95844

Browse files
authored
Remove log statement from renderer (#195)
1 parent 524aefc commit ee95844

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/Leaf/Application+Leaf.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ extension Application {
2626
var cache = self.cache
2727
if self.application.environment == .development {
2828
cache.isEnabled = false
29-
} else {
30-
self.application.logger.notice("Starting Leaf Renderer with caching enabled")
3129
}
3230
return .init(
3331
configuration: self.configuration,

0 commit comments

Comments
 (0)