Skip to content

Commit

Permalink
Fixed System.out call in impl class.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnament committed Aug 23, 2011
1 parent 82f92c4 commit 6777554
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -161,7 +161,6 @@ private Annotation[] getQualifiers(InjectionPoint injectionPoint)
*/
private Repository createPlainRepository(Map<String, String> parameters) throws RepositoryException
{
System.out.println(parameters);
Repository repository = null;
for (RepositoryFactory factory : ServiceLoader.load(RepositoryFactory.class))
{
Expand Down

0 comments on commit 6777554

Please sign in to comment.