mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-04-01 18:00:12 +02:00
improve WindowsHgInstaller
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user