mirror of https://github.com/apache/activemq.git
removed System.out logging
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@599122 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ca4c58b564
commit
987ad27449
|
@ -123,10 +123,7 @@ public class QueueWorkerPrefetchTest extends TestCase implements MessageListener
|
|||
WorkMessage work = (WorkMessage)((ObjectMessage)message).getObject();
|
||||
|
||||
long c = counter.incrementAndGet();
|
||||
if (c % 1 == 0) {
|
||||
System.out.println("Worker now has message count of: " + c);
|
||||
}
|
||||
|
||||
|
||||
// Don't create a new work item for every BATCH_SIZE message. */
|
||||
if (c % BATCH_SIZE != 0)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue