mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Remove log commited by mistake
This commit is contained in:
parent
7e55f79924
commit
18643634a7
1 changed files with 0 additions and 1 deletions
|
|
@ -73,7 +73,6 @@ void linphone_chat_room_remove_transient_message (LinphoneChatRoom *cr, Linphone
|
|||
|
||||
void linphone_chat_room_send_message (LinphoneChatRoom *cr, const char *msg) {
|
||||
LinphoneChatMessage *message = L_GET_CPP_PTR_FROM_C_OBJECT(cr)->createMessage(msg);
|
||||
ms_error("%s / %s", linphone_chat_message_get_text(message), linphone_chat_message_get_content_type(message));
|
||||
L_GET_CPP_PTR_FROM_C_OBJECT(cr)->sendMessage(message);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue