mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 03:28:07 +00:00
Remove debug traces..
This commit is contained in:
parent
966c7caa2d
commit
eb4d6244c3
1 changed files with 0 additions and 5 deletions
|
|
@ -627,10 +627,7 @@ public:
|
|||
}
|
||||
|
||||
if (ljb->notifyPresenceReceivedId) {
|
||||
ms_error(">>> notify_presence_receivedID is %p", ljb->notifyPresenceReceivedId);
|
||||
vTable->notify_presence_received = notify_presence_received;
|
||||
} else {
|
||||
ms_error(">>> notify_presence_receivedID is NULLL");
|
||||
}
|
||||
|
||||
if (ljb->messageReceivedId) {
|
||||
|
|
@ -866,8 +863,6 @@ public:
|
|||
jint result = jvm->AttachCurrentThread(&env,NULL);
|
||||
int isLocalRef = FALSE;
|
||||
jobject jfriend = NULL;
|
||||
|
||||
ms_error(">>> PRESENCE RECEIVED");
|
||||
|
||||
if (result != 0) {
|
||||
ms_error("cannot attach VM");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue