Skip to content

Commit

Permalink
Remove log statement from renderer (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim authored May 6, 2021
1 parent 524aefc commit ee95844
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/Leaf/Application+Leaf.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ extension Application {
var cache = self.cache
if self.application.environment == .development {
cache.isEnabled = false
} else {
self.application.logger.notice("Starting Leaf Renderer with caching enabled")
}
return .init(
configuration: self.configuration,
Expand Down

0 comments on commit ee95844

Please sign in to comment.