improve WindowsHgInstaller

This commit is contained in:
Sebastian Sdorra
2010-12-26 13:12:07 +01:00
parent d544722a65
commit ed0ae9d977
3 changed files with 82 additions and 68 deletions

View File

@@ -179,11 +179,6 @@ public class ZipUnArchiver extends AbstractUnArchiver
private void extractFile(ZipInputStream input, File outputFile)
throws IOException
{
if (logger.isDebugEnabled())
{
logger.debug("extract file {}", outputFile.getPath());
}
FileOutputStream output = null;
try