mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
DependencyDownloader: Remove debug logging
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user