Skip to content

Commit 3a6e775

Browse files
committed
tmp: debug
1 parent 8ee6f31 commit 3a6e775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firefox-ios/Storage/Rust/RustLogins.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -830,11 +830,11 @@ public class RustLogins: LoginsProtocol, KeyManager {
830830
private func getKeychainData(rustKeys: RustLoginEncryptionKeys) -> (String?, String?) {
831831
var keychainData: (String?, String?) = (nil, nil)
832832

833-
DispatchQueue.global(qos: .background).sync {
833+
// DispatchQueue.global(qos: .background).sync {
834834
let key = rustKeys.keychain.string(forKey: rustKeys.loginPerFieldKeychainKey)
835835
let encryptedCanaryPhrase = rustKeys.keychain.string(forKey: rustKeys.canaryPhraseKey)
836836
keychainData = (key, encryptedCanaryPhrase)
837-
}
837+
// }
838838

839839
return keychainData
840840
}

0 commit comments

Comments
 (0)