Removed system out println

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b668bcaa
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b668bcaa
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b668bcaa

Branch: refs/heads/camel-2.12.x
Commit: b668bcaa2bbe41acaca1cd74c549f443b5306096
Parents: 3a744d4
Author: Claus Ibsen <davscl...@apache.org>
Authored: Thu Aug 7 09:26:19 2014 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Thu Aug 7 09:28:03 2014 +0200

----------------------------------------------------------------------
 .../apache/camel/component/netty/handlers/ClientChannelHandler.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/b668bcaa/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java
----------------------------------------------------------------------
diff --git 
a/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java
 
b/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java
index f21391e..e0ddb9f 100644
--- 
a/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java
+++ 
b/components/camel-netty/src/main/java/org/apache/camel/component/netty/handlers/ClientChannelHandler.java
@@ -209,7 +209,6 @@ public class ClientChannelHandler extends 
SimpleChannelUpstreamHandler {
 
         // if textline enabled then covert to a String which must be used for 
textline
         if (producer.getConfiguration().isTextline()) {
-            System.out.println("body is " + body);
             body = 
producer.getContext().getTypeConverter().mandatoryConvertTo(String.class, 
exchange, body);
         }
 

Reply via email to