удаление отладочной печати сравнения и не только
This commit is contained in:
@@ -178,7 +178,6 @@ public class CreateTestFromDirectory extends Pass_2021<Test> {
|
||||
FileUtils.forceMkdir(tempProject);
|
||||
//--
|
||||
for (ProjectFile projectFile : project_files) {
|
||||
System.out.println(projectFile.file.getAbsolutePath());
|
||||
File dst = new File(tempProject, projectFile.file.getName());
|
||||
FileUtils.copyFile(projectFile.file, dst);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user