diff --git a/Sources/NextcloudFileProviderKit/Item/Item.swift b/Sources/NextcloudFileProviderKit/Item/Item.swift index 57de285..ce53f3f 100644 --- a/Sources/NextcloudFileProviderKit/Item/Item.swift +++ b/Sources/NextcloudFileProviderKit/Item/Item.swift @@ -215,10 +215,6 @@ public class Item: NSObject, NSFileProviderItem { dbManager: FilesDatabaseManager = .shared ) -> Item? { // resolve the given identifier to a record in the model - Self.logger.debug( - "Received request for item with identifier: \(identifier.rawValue, privacy: .public)" - ) - guard identifier != .rootContainer else { return Item.rootContainer(remoteInterface: remoteInterface) }