From eb4d6244c31a29b5cbbd9faf1d733342dfd0da4c Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Fri, 11 Mar 2016 13:14:11 +0100 Subject: [PATCH] Remove debug traces.. --- coreapi/linphonecore_jni.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/coreapi/linphonecore_jni.cc b/coreapi/linphonecore_jni.cc index e74b94d3b..3b4a15212 100644 --- a/coreapi/linphonecore_jni.cc +++ b/coreapi/linphonecore_jni.cc @@ -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");