We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d717e81 commit 3d90960Copy full SHA for 3d90960
restAPI/src/main/java/restAPI/util/TempFileUtils.java
@@ -75,7 +75,6 @@ else if (fileName.startsWith("load_")){
75
throw new RuntimeException(e);
76
}
77
});
78
- System.out.println(filesPaths);
79
return filesPaths;
80
81
0 commit comments