diff --git a/Signal/src/ViewControllers/ConversationView/ConversationViewItem.m b/Signal/src/ViewControllers/ConversationView/ConversationViewItem.m index de576aeaa..d7f53ad92 100644 --- a/Signal/src/ViewControllers/ConversationView/ConversationViewItem.m +++ b/Signal/src/ViewControllers/ConversationView/ConversationViewItem.m @@ -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) {