Skip to content

Commit

Permalink
DependencyDownloader: Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Jan 24, 2024
1 parent fcd0701 commit 483f292
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@ public FileCollection download(boolean transitive, boolean resolve) {

if (resolve) {
files = project.files(files.getFiles());

for (File file : files) {
System.out.println(file.getAbsolutePath());
}
}

return files;
Expand Down

0 comments on commit 483f292

Please sign in to comment.