From 8a461d5ddfe3f67c987899d1dd19abdefa596ebc Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Tue, 1 Dec 2015 11:48:07 +0100 Subject: [PATCH] UIChatBubblePhotoCell: remove debug code --- Classes/LinphoneUI/UIChatBubblePhotoCell.m | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Classes/LinphoneUI/UIChatBubblePhotoCell.m b/Classes/LinphoneUI/UIChatBubblePhotoCell.m index 85f44023b..a6f7c7930 100644 --- a/Classes/LinphoneUI/UIChatBubblePhotoCell.m +++ b/Classes/LinphoneUI/UIChatBubblePhotoCell.m @@ -132,14 +132,6 @@ _messageImageView.hidden = _cancelButton.hidden = (_ftd.message == nil); _downloadButton.hidden = !_cancelButton.hidden; _fileTransferProgress.hidden = NO; - -#if DEBUG - const LinphoneContent *c = linphone_chat_message_get_file_transfer_information(self.message); - if (c) { - const char *name = linphone_content_get_name(c); - [_downloadButton setTitle:[NSString stringWithUTF8String:name ?: "NULL"] forState:UIControlStateNormal]; - } -#endif } // resize image so that it take the full bubble space available