remove debug logging

This commit is contained in:
Joel Dice 2008-10-03 14:26:23 -06:00
parent 49534c25f6
commit 2684b7c024

View File

@ -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);
}