Remove rogue Sys out println

This commit is contained in:
aboyko
2025-04-24 11:16:55 -04:00
parent 68cc248ccb
commit 6d926d40f2

View File

@@ -36,8 +36,6 @@ public class DataRepositoryAotMetadataService {
try {
String metadataFilePath = repositoryType.replace('.', File.separatorChar);
IClasspathUtil.getOutputFolders(project.getClasspath()).forEach(System.out::println);
Optional<File> metadataFile = IClasspathUtil.getOutputFolders(project.getClasspath())
.map(outputFolder -> new File(outputFolder.getParentFile(), "spring-aot/main/resources/" + metadataFilePath + ".json"))
.filter(file -> file.exists())