Skip to content

Commit

Permalink
Disables debugPrint()
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyLB committed Sep 11, 2024
1 parent 18e4273 commit dec4b35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions piwigoKit/Network/Extensions/PwgSession+Utilities.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ extension PwgSession {
func checkSession(ofUser user: User?,
completion: @escaping () -> Void,
failure: @escaping (NSError) -> Void) {
// debugPrint("••> seconds since last used: \(Date.timeIntervalSinceReferenceDate - (user?.lastUsed ?? 0.0))")
if #available(iOSApplicationExtension 14.0, *) {
logger.notice("Start checking session…")
}
Expand Down

0 comments on commit dec4b35

Please sign in to comment.