Skip to content

Commit

Permalink
Remove System.out.println
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Aug 25, 2010
1 parent 44a3588 commit 0d04e88
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,6 +20,7 @@

import java.util.ArrayList;
import java.util.List;

import javax.inject.Inject;

import org.jboss.weld.environment.se.test.ThreadContextTest;
Expand Down Expand Up @@ -59,7 +60,6 @@ public void run()
{
final int appCount = appCounter.increment();
final int threadCount = threadCounter.increment();
System.out.println(name + " : " + appCount + ", " + threadCount);
assertEquals(loop, threadCount);
}
// ... and end at the number of loops
Expand Down

0 comments on commit 0d04e88

Please sign in to comment.