diff --git a/LeStorage/MicroStorage.swift b/LeStorage/MicroStorage.swift index 23b8798..5ce349d 100644 --- a/LeStorage/MicroStorage.swift +++ b/LeStorage/MicroStorage.swift @@ -70,7 +70,7 @@ public class OptionalStorage { let jsonString = try FileUtils.readDocumentFile(fileName: fileName) if let decoded: T = try jsonString.decode() { self.item = decoded - Logger.log("user loaded with: \(jsonString)") +// Logger.log("user loaded with: \(jsonString)") } } } catch {