diff --git a/coreapi/linphonecore_jni.cc b/coreapi/linphonecore_jni.cc index 9f61b1574..49a8b133a 100644 --- a/coreapi/linphonecore_jni.cc +++ b/coreapi/linphonecore_jni.cc @@ -4586,7 +4586,6 @@ static LinphoneBuffer* create_c_linphone_buffer_from_java_linphone_buffer(JNIEnv getDataMethod = env->GetMethodID(bufferClass, "getContent", "()[B"); jsize = env->CallIntMethod(jbuffer, getSizeMethod); - ms_error("Fetched %i bytes", jsize); jdata = env->CallObjectMethod(jbuffer, getDataMethod); jcontent = reinterpret_cast(jdata); content = (uint8_t*)env->GetByteArrayElements(jcontent, NULL);