Skip to content

Commit a7cc1c4

Browse files
author
yangzhao
committed
no message
1 parent 927ee97 commit a7cc1c4

File tree

1 file changed

+0
-2
lines changed
  • common-core/src/main/java/com/yz/common/core/utils

1 file changed

+0
-2
lines changed

common-core/src/main/java/com/yz/common/core/utils/ZipUtil.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ private static File createFile(String dstPath, String fileName) throws IOExcepti
128128
* @return
129129
*/
130130
public static boolean unzip(String zipFileName, String dstPath) {
131-
System.out.println("zip uncompressing...");
132-
133131
try {
134132
ZipInputStream zipInputStream = new ZipInputStream(new FileInputStream(zipFileName));
135133
ZipEntry zipEntry = null;

0 commit comments

Comments
 (0)