diff --git a/Sources/HummingbirdMustache/Library+FileSystem.swift b/Sources/HummingbirdMustache/Library+FileSystem.swift index 45500ef..643d191 100644 --- a/Sources/HummingbirdMustache/Library+FileSystem.swift +++ b/Sources/HummingbirdMustache/Library+FileSystem.swift @@ -1,5 +1,4 @@ import Foundation -import Logging extension HBMustacheLibrary { /// Load templates from a folder diff --git a/Sources/HummingbirdMustache/Library.swift b/Sources/HummingbirdMustache/Library.swift index 08e1a6e..23d1d1f 100644 --- a/Sources/HummingbirdMustache/Library.swift +++ b/Sources/HummingbirdMustache/Library.swift @@ -1,5 +1,3 @@ -import Logging - /// Class holding a collection of mustache templates. /// /// Each template can reference the others via a partial using the name the template is registered under