Remove the System.out in camel-sjms
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f0fbc843 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f0fbc843 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f0fbc843 Branch: refs/heads/camel-2.13.x Commit: f0fbc84300f9f316a16750a06c4b2c8ee0dc6b72 Parents: 2010c0a Author: Willem Jiang <willem.ji...@gmail.com> Authored: Mon Mar 31 14:15:04 2014 +0800 Committer: Willem Jiang <willem.ji...@gmail.com> Committed: Mon Mar 31 14:19:53 2014 +0800 ---------------------------------------------------------------------- .../camel/component/sjms/consumer/InOutConcurrentConsumerTest.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/f0fbc843/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/consumer/InOutConcurrentConsumerTest.java ---------------------------------------------------------------------- diff --git a/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/consumer/InOutConcurrentConsumerTest.java b/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/consumer/InOutConcurrentConsumerTest.java index a364c8c..6ecbf51 100644 --- a/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/consumer/InOutConcurrentConsumerTest.java +++ b/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/consumer/InOutConcurrentConsumerTest.java @@ -91,7 +91,6 @@ public class InOutConcurrentConsumerTest extends JmsTestSupport { Thread.sleep(1000); exchange.getOut().setBody("Bye " + body); exchange.getOut().setHeader("threadName", Thread.currentThread().getName()); - System.out.println("Thread ID : " + Thread.currentThread().getName()); } }); }