mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-26 16:21:09 +00:00
Get rid of unwanted DEBUG line
This commit is contained in:
parent
5185c944c9
commit
00f9130f16
@ -91,7 +91,6 @@ static int outv_end_field()
|
|||||||
return WHY("Exception thrown from NewByteArray()");
|
return WHY("Exception thrown from NewByteArray()");
|
||||||
}
|
}
|
||||||
(*jni_env)->SetByteArrayRegion(jni_env, arr, 0, length, (jbyte*)outv_buffer);
|
(*jni_env)->SetByteArrayRegion(jni_env, arr, 0, length, (jbyte*)outv_buffer);
|
||||||
DEBUGF("SetByteArrayRegion(%s)", alloca_toprint(-1, outv_buffer, length));
|
|
||||||
if ((*jni_env)->ExceptionOccurred(jni_env)) {
|
if ((*jni_env)->ExceptionOccurred(jni_env)) {
|
||||||
jni_exception = 1;
|
jni_exception = 1;
|
||||||
return WHY("Exception thrown from SetByteArrayRegion()");
|
return WHY("Exception thrown from SetByteArrayRegion()");
|
||||||
|
Loading…
Reference in New Issue
Block a user