Remove debug assertion

This commit is contained in:
nielsandriesse 2020-06-23 10:06:24 +10:00
parent 22ee1d238d
commit 15de1006e6
1 changed files with 0 additions and 6 deletions

View File

@ -433,12 +433,6 @@ typedef void (^SendMessageBlock)(SendCompletionBlock completion);
[progressAlert.view addSubview:self.progressView];
[self.progressView autoPinWidthToSuperviewWithMargin:24];
[self.progressView autoAlignAxis:ALAxisHorizontal toSameAxisOfView:progressAlert.view withOffset:4];
#ifdef DEBUG
if (@available(iOS 13, *)) {
// TODO: Congratulations! You survived to see another iOS release.
OWSFailDebug(@"Make sure the progress view still looks good, and increment the version canary.");
}
#endif
SendCompletionBlock sendCompletion = ^(NSError *_Nullable error, TSOutgoingMessage *message) {