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:
Robert Davies 2007-11-28 20:02:16 +00:00
parent ca4c58b564
commit 987ad27449
1 changed files with 1 additions and 4 deletions

View File

@ -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)
{