diff --git a/Feedly/Sources/Feedly/Operations/FeedlyLogoutOperation.swift b/Feedly/Sources/Feedly/Operations/FeedlyLogoutOperation.swift index 413d7d7d6..eaf795075 100644 --- a/Feedly/Sources/Feedly/Operations/FeedlyLogoutOperation.swift +++ b/Feedly/Sources/Feedly/Operations/FeedlyLogoutOperation.swift @@ -33,13 +33,13 @@ public final class FeedlyLogoutOperation: FeedlyOperation { switch result { case .success: os_log("Logged out of Feedly account.") - do { - // TODO: fix removing credentials -// try account.removeCredentials(type: .oauthAccessToken) -// try account.removeCredentials(type: .oauthRefreshToken) - } catch { - // oh well, we tried our best. - } +// do { +// // TODO: fix removing credentials +//// try account.removeCredentials(type: .oauthAccessToken) +//// try account.removeCredentials(type: .oauthRefreshToken) +// } catch { +// // oh well, we tried our best. +// } didFinish() case .failure(let error):