diff --git a/AltStore/Operations/AuthenticationOperation.swift b/AltStore/Operations/AuthenticationOperation.swift index d9fb6d8f..0ec4da44 100644 --- a/AltStore/Operations/AuthenticationOperation.swift +++ b/AltStore/Operations/AuthenticationOperation.swift @@ -388,8 +388,7 @@ private extension AuthenticationOperation completionHandler(.success((account, session))) shouldContinue = false } catch { - print("Autentication failed with token: \(error)") - + Logger.sideload.notice("Authentication failed with token. Fall back to email and password login: \(error)") } }