Skip to content

Commit c65e847

Browse files
committed
remove now irrelevant comment
1 parent 6f68289 commit c65e847

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

swift-sdk/Internal/LocalStorage.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ struct LocalStorage: LocalStorageProtocol {
124124
}
125125

126126
private func moveLastPushPayloadFromUserDefaultsToKeychain() {
127-
// using current date rather than `DateProvider` for convenience
128127
if let (userDefaultLastPushPayload, expiration) = iterableUserDefaults.getLastPushPayloadAndExpirationPair() {
129128
keychain.setLastPushPayload(userDefaultLastPushPayload, withExpiration: expiration)
130129

0 commit comments

Comments
 (0)