Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Removed System.out.println from test.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1712671 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
khmarbaise committed Nov 4, 2015
1 parent fe8a246 commit ed10f2b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,6 @@ private boolean createSymlink( File target, File link )
private File setupTestDirectory( String directoryName )
throws IOException
{
System.out.println( "Setting up directory for test: " + directoryName );

URL sourceResource = getClass().getClassLoader().getResource( directoryName );

if ( sourceResource == null )
Expand Down

0 comments on commit ed10f2b

Please sign in to comment.