From 5824cbd2a8a3acf9328a04be008dcda0b5afe08d Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Tue, 3 Apr 2018 13:39:09 -0400 Subject: [PATCH] Modify cells to show quoted messages. --- .../src/ViewControllers/ConversationView/Cells/OWSMessageCell.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Signal/src/ViewControllers/ConversationView/Cells/OWSMessageCell.m b/Signal/src/ViewControllers/ConversationView/Cells/OWSMessageCell.m index 03981cd69a..a27a8a5916 100644 --- a/Signal/src/ViewControllers/ConversationView/Cells/OWSMessageCell.m +++ b/Signal/src/ViewControllers/ConversationView/Cells/OWSMessageCell.m @@ -1318,8 +1318,6 @@ CG_INLINE CGSize CGSizeCeil(CGSize size) CGFloat maxTextWidth = (maxMessageWidth - (self.textTrailingMargin + self.textLeadingMargin + result.width)); CGFloat textWidth = 0.f; - DDLogInfo(@"%@ --- maxTextWidth: %f", self.logTag, maxTextWidth); - // Author { OWSContactsManager *contactsManager = Environment.current.contactsManager;