mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 07:08:11 +00:00
presence.c: remove debug log
This commit is contained in:
parent
282f417d95
commit
6a02a57018
1 changed files with 0 additions and 1 deletions
|
|
@ -1391,7 +1391,6 @@ static int process_pidf_xml_presence_persons(xmlparsing_context_t *xml_ctx, Linp
|
|||
err = process_pidf_xml_presence_person_notes(xml_ctx, person, i);
|
||||
}
|
||||
if (err == 0) {
|
||||
ms_error("one more at %s: %s", person_timestamp_str, linphone_presence_activity_to_string(person->activities->data));
|
||||
presence_model_add_person(model, person);
|
||||
} else {
|
||||
linphone_presence_person_unref(person);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue