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");