Sfoglia il codice sorgente

完成功能开发

cuixubin 4 anni fa
parent
commit
fd8a6c19c5
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      src/main/java/com/persagy/dptool/VenderUtil.java

+ 0 - 2
src/main/java/com/persagy/dptool/VenderUtil.java

@@ -296,8 +296,6 @@ public class VenderUtil {
 
             String newFileName = subOldFileName + "_" + new Date().getTime() + suffix;
 
-            System.out.println(oldFileName + ", " + suffix + ", " + subOldFileName + ", " + newFileName);
-
             newFile = new File(sourceFile.getParent(), newFileName);
             if(!newFile.createNewFile()) {
                 newFile = null;