Skip to content

Commit

Permalink
Stop excessive logging of accessed items from storage
Browse files Browse the repository at this point in the history
  • Loading branch information
claucambra committed Sep 30, 2024
1 parent f09d9e4 commit 9c7a6b0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/NextcloudFileProviderKit/Item/Item.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 9c7a6b0

Please sign in to comment.