mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
Remove debug code
This commit is contained in:
parent
a03fda0c1d
commit
3f22c6d8e3
@ -700,9 +700,6 @@ Java_java_io_FileOutputStream_open(JNIEnv* e, jclass, jstring path, jboolean app
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
#ifdef __ANDROID__
|
||||
#include <android/log.h>
|
||||
#endif
|
||||
|
||||
extern "C" JNIEXPORT void JNICALL
|
||||
Java_java_io_FileOutputStream_write__II(JNIEnv* e, jclass, jint fd, jint c)
|
||||
@ -723,11 +720,6 @@ Java_java_io_FileOutputStream_write__I_3BII
|
||||
}
|
||||
|
||||
e->GetByteArrayRegion(b, offset, length, data);
|
||||
#ifdef __ANDROID__
|
||||
if(fd == 1) {
|
||||
__android_log_print(ANDROID_LOG_WARN, "net.osmand:native", "%.*s",length, data);
|
||||
}
|
||||
#endif
|
||||
if (not e->ExceptionCheck()) {
|
||||
doWrite(e, fd, data, length);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user