You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2014/03/31 08:15:23 UTC

[3/3] git commit: Remove the System.out in camel-sjms

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/859a1ace
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/859a1ace
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/859a1ace

Branch: refs/heads/master
Commit: 859a1ace06efb8cfad18dc6cb97a1ebb2568d8c0
Parents: 2e9f45e
Author: Willem Jiang <wi...@gmail.com>
Authored: Mon Mar 31 14:15:04 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Mon Mar 31 14:15:04 2014 +0800

----------------------------------------------------------------------
 .../camel/component/sjms/consumer/InOutConcurrentConsumerTest.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/859a1ace/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());
                         }
                     });
             }