Clean up ahead of PR.

pull/1/head
Matthew Chen 7 years ago
parent 62da17a0cc
commit 0ba47808a8

@ -74,7 +74,7 @@ typedef NSData *_Nullable (^CreateDatabaseMetadataBlock)(void);
{
id<OWSDatabaseConnectionDelegate> delegate = self.delegate;
OWSAssert(delegate);
// OWSAssert(delegate.areAllRegistrationsComplete || self.canWriteBeforeStorageReady);
OWSAssert(delegate.areAllRegistrationsComplete || self.canWriteBeforeStorageReady);
OWSBackgroundTask *_Nullable backgroundTask = nil;
if (CurrentAppContext().isMainApp) {

Loading…
Cancel
Save