Remove Logging imports

This commit is contained in:
Adam Fowler
2021-03-18 16:29:23 +00:00
parent 0ff5038162
commit a602593b5d
2 changed files with 0 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
import Foundation import Foundation
import Logging
extension HBMustacheLibrary { extension HBMustacheLibrary {
/// Load templates from a folder /// Load templates from a folder

View File

@@ -1,5 +1,3 @@
import Logging
/// Class holding a collection of mustache templates. /// Class holding a collection of mustache templates.
/// ///
/// Each template can reference the others via a partial using the name the template is registered under /// Each template can reference the others via a partial using the name the template is registered under