Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
6a02a570
Commit
6a02a570
authored
Apr 21, 2016
by
Gautier Pelloux-Prayer
Browse files
presence.c: remove debug log
parent
282f417d
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/presence.c
View file @
6a02a570
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment