mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
CR: remove unnecessary assert
This commit is contained in:
parent
195c42b9c4
commit
3ff3779f17
1 changed files with 0 additions and 2 deletions
|
@ -2772,8 +2772,6 @@ typedef enum : NSUInteger {
|
|||
{
|
||||
OWSAssertIsOnMainThread();
|
||||
for (SignalAttachment *attachment in attachments) {
|
||||
// TODO: Should we assume non-nil or should we check for non-nil?
|
||||
OWSAssertDebug(attachment != nil);
|
||||
OWSAssertDebug(![attachment hasError]);
|
||||
OWSAssertDebug([attachment mimeType].length > 0);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue