Get rid of unwanted DEBUG line

This commit is contained in:
Andrew Bettison 2012-11-07 17:27:40 +10:30
parent 5185c944c9
commit 00f9130f16

View File

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