diff --git a/Classes/ChatConversationTableView.m b/Classes/ChatConversationTableView.m index da2a782b4..3818fe818 100644 --- a/Classes/ChatConversationTableView.m +++ b/Classes/ChatConversationTableView.m @@ -182,9 +182,6 @@ cell.selectionStyle = UITableViewCellSelectionStyleNone; return cell; } else { - //if (linphone_event_log_is_full_state(event)) - // return NULL; - kCellId = NSStringFromClass(UIChatNotifiedEventCell.class); UIChatNotifiedEventCell *cell = [tableView dequeueReusableCellWithIdentifier:kCellId]; if (cell == nil)