remove sys.out

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches@701967 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maria Odea B. Ching 2008-10-06 07:23:27 +00:00
parent d1220afe4c
commit 7359b4d4dc

View File

@ -287,7 +287,6 @@ public DavResource createResource( final DavResourceLocator locator, final DavSe
}
}
System.out.println( "Available resources --> " + availableResources );
if ( availableResources.isEmpty() )
{
throw e;