Skip to content

Commit

Permalink
Removed debug sout
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGBLP committed Jan 26, 2025
1 parent 285006c commit 8226b65
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ public void initialize(Path dataRoot, Path runnerRoot) throws IOException {
String source = resource.getSource();
URL url = new URL(source);
Path target = env.resolve(resource.getTarget());
System.out.println("some path: " + target);
Files.createDirectories(target.getParent());
try (InputStream is = url.openStream()) {
Files.copy(is, target, StandardCopyOption.REPLACE_EXISTING);
Expand Down

0 comments on commit 8226b65

Please sign in to comment.