mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +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;
|
||||
}
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user