AppletLoader: remove unneeded debug code

This commit is contained in:
kappa1 2011-05-01 00:09:43 +00:00
parent 555ac07fd4
commit 4015ae10a7
1 changed files with 0 additions and 1 deletions

View File

@ -1730,7 +1730,6 @@ public class AppletLoader extends Applet implements Runnable, AppletStub {
}
if (crc.getValue() != zipEntry.getCrc()) {
System.out.println("CRC " + crc.getValue() + " " + zipEntry.getCrc());
return false; // CRC match failed, corrupt zip
}
}