From b6724ee1813b72ee0d9ed4fd218f0113f5091727 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Fri, 15 Mar 2019 13:39:13 -0400 Subject: [PATCH] Clean up ahead of PR. --- .../src/ViewControllers/ConversationView/ConversationViewItem.m | 1 - 1 file changed, 1 deletion(-) 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) {