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/88b77a36 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/88b77a36 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/88b77a36 Branch: refs/heads/camel-2.12.x Commit: 88b77a3635dcb935ad43ca369f6d3010f1afc78b Parents: ab75ad3 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:21:09 2014 +0800 ---------------------------------------------------------------------- .../camel/component/sjms/consumer/InOutConcurrentConsumerTest.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/88b77a36/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()); } }); }