Skip to content

Commit

Permalink
SHRINKRES-198 Removed System.out from FileUtil
Browse files Browse the repository at this point in the history
  • Loading branch information
kpiwko committed Sep 2, 2014
1 parent 9733f28 commit 543f299
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ private String getLocalResourcePathFromResourceName(final String resourceName, f

try {
File localResource = temporaryFile(resourceName);
System.out.println(localResource.getAbsolutePath());
localResource.deleteOnExit();
IOUtil.copyWithClose(resourceUrl.openStream(), new FileOutputStream(localResource));
return localResource.getAbsolutePath();
Expand Down

0 comments on commit 543f299

Please sign in to comment.