mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
remove debug logging
This commit is contained in:
parent
994098baf1
commit
382f016415
@ -405,7 +405,6 @@ Java_java_io_File_createNewFile(JNIEnv* e, jclass, jstring path)
|
|||||||
bool result = false;
|
bool result = false;
|
||||||
string_t chars = getChars(e, path);
|
string_t chars = getChars(e, path);
|
||||||
if (chars) {
|
if (chars) {
|
||||||
fprintf(stderr, "create file \"%s\"\n", chars);
|
|
||||||
if (not exists(chars)) {
|
if (not exists(chars)) {
|
||||||
int fd = OPEN(chars, O_CREAT | O_WRONLY | O_EXCL, 0600);
|
int fd = OPEN(chars, O_CREAT | O_WRONLY | O_EXCL, 0600);
|
||||||
if (fd == -1) {
|
if (fd == -1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user