From f9328106d0f5b71716fbd8ebb6a58f0770d44744 Mon Sep 17 00:00:00 2001 From: Danmei Chen Date: Wed, 20 Feb 2019 11:15:47 +0100 Subject: [PATCH] remove useless log --- Classes/LinphoneUI/UIChatBubblePhotoCell.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Classes/LinphoneUI/UIChatBubblePhotoCell.m b/Classes/LinphoneUI/UIChatBubblePhotoCell.m index 1939b5b30..ce135f378 100644 --- a/Classes/LinphoneUI/UIChatBubblePhotoCell.m +++ b/Classes/LinphoneUI/UIChatBubblePhotoCell.m @@ -455,7 +455,6 @@ static const CGFloat CELL_IMAGE_X_MARGIN = 100; } self.messageText.frame = textFrame; - LOGD([NSString stringWithFormat:@"Text of the photoCell: %@, size of the text of the photoCell: %@", [self.messageText text], NSStringFromCGSize(textFrame.size)]); } @end