Remove debug assertion

pull/220/head
nielsandriesse 4 years ago
parent 22ee1d238d
commit 15de1006e6

@ -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) {

Loading…
Cancel
Save