DependencyDownloader: Remove debug logging

This commit is contained in:
Juuz
2024-01-24 20:15:30 +02:00
parent fcd0701a5b
commit 483f2926e1

View File

@@ -148,10 +148,6 @@ public final class DependencyDownloader {
if (resolve) {
files = project.files(files.getFiles());
for (File file : files) {
System.out.println(file.getAbsolutePath());
}
}
return files;