From 15de1006e6d59b05f41c82a79a5b4ad96db1ffb5 Mon Sep 17 00:00:00 2001 From: nielsandriesse Date: Tue, 23 Jun 2020 10:06:24 +1000 Subject: [PATCH] Remove debug assertion --- .../ViewControllers/SharingThreadPickerViewController.m | 6 ------ 1 file changed, 6 deletions(-) diff --git a/SignalMessaging/ViewControllers/SharingThreadPickerViewController.m b/SignalMessaging/ViewControllers/SharingThreadPickerViewController.m index 32c0a00bb..d3c4660c3 100644 --- a/SignalMessaging/ViewControllers/SharingThreadPickerViewController.m +++ b/SignalMessaging/ViewControllers/SharingThreadPickerViewController.m @@ -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) {