Skip to content

Commit 483f292

Browse files
committed
DependencyDownloader: Remove debug logging
1 parent fcd0701 commit 483f292

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/java/net/fabricmc/loom/util/DependencyDownloader.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,6 @@ public FileCollection download(boolean transitive, boolean resolve) {
148148

149149
if (resolve) {
150150
files = project.files(files.getFiles());
151-
152-
for (File file : files) {
153-
System.out.println(file.getAbsolutePath());
154-
}
155151
}
156152

157153
return files;

0 commit comments

Comments
 (0)