Remove invalid assert in socket manager.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent 289fd4f0cc
commit 07bf3b9af5

@ -552,7 +552,6 @@ NSString *const kNSNotification_SocketManagerStateDidChange = @"kNSNotification_
}];
} else {
OWSAssert(self.backgroundKeepAliveUntilDate);
OWSAssert([self.backgroundKeepAliveUntilDate timeIntervalSinceNow] > 0.f);
OWSAssert(self.backgroundKeepAliveTimer);
OWSAssert([self.backgroundKeepAliveTimer isValid]);
OWSAssert(self.fetchingTaskIdentifier != UIBackgroundTaskInvalid);

Loading…
Cancel
Save