diff --git a/LeStorage/Store.swift b/LeStorage/Store.swift index d50b4fb..6964008 100644 --- a/LeStorage/Store.swift +++ b/LeStorage/Store.swift @@ -466,7 +466,7 @@ final public class Store { var fileURL = try self._directoryPath() fileURL.append(component: fileName) try content.write(to: fileURL, atomically: false, encoding: .utf8) - Logger.log("write into \(fileURL)...") +// Logger.log("write into \(fileURL)...") } /// Returns the URL matching a Storable type