mirror of
https://github.com/corda/corda.git
synced 2025-02-02 17:21:06 +00:00
remove debug logging
This commit is contained in:
parent
49534c25f6
commit
2684b7c024
@ -205,7 +205,6 @@ public class ZipFile {
|
|||||||
this.start = fileLength - this.length;
|
this.start = fileLength - this.length;
|
||||||
}
|
}
|
||||||
file.seek(this.start);
|
file.seek(this.start);
|
||||||
// System.out.println("start " + start + " length " + length + " this start " + this.start + " this.length " + this.length + " file length " + fileLength);
|
|
||||||
file.readFully(data, 0, this.length);
|
file.readFully(data, 0, this.length);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user