Repository: camel Updated Branches: refs/heads/camel-2.12.x 3a744d460 -> b668bcaa2 refs/heads/camel-2.13.x 7086096da -> 4b3dbc616 refs/heads/master ff842d3b0 -> ee8f18073
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/087c98b0 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/087c98b0 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/087c98b0 Branch: refs/heads/master Commit: 087c98b0f1e5b4b658da6f33a9efa7ccb14ef7df Parents: ff842d3 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:26:19 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/087c98b0/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); }