Clean up ahead of PR.

pull/2/head
Matthew Chen 6 years ago
parent 936aa5842d
commit b6724ee181

@ -638,7 +638,6 @@ NSString *NSStringForOWSMessageCellType(OWSMessageCellType cellType)
self.audioDurationSeconds = audioDurationSeconds;
self.messageCellType = OWSMessageCellType_Audio;
} else {
OWSLogVerbose(@"contentType: %@", self.attachmentStream.contentType);
self.messageCellType = OWSMessageCellType_GenericAttachment;
}
} else if (self.messageCellType == OWSMessageCellType_Unknown) {

Loading…
Cancel
Save