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