mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Comment-out code that is triggering a misleading warning.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user