Skip to content

Commit 3d90960

Browse files
committed
Remove command line output
1 parent d717e81 commit 3d90960

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

restAPI/src/main/java/restAPI/util/TempFileUtils.java

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ else if (fileName.startsWith("load_")){
7575
throw new RuntimeException(e);
7676
}
7777
});
78-
System.out.println(filesPaths);
7978
return filesPaths;
8079
}
8180

0 commit comments

Comments
 (0)