remove useless log

This commit is contained in:
Danmei Chen 2019-02-20 11:15:47 +01:00
parent 0dd411b427
commit f9328106d0

View file

@ -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