Repository: camel
Updated Branches:
  refs/heads/master 68bd495b7 -> 943054ce9


CAMEL-8193 Removed the useless trace log


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

Branch: refs/heads/master
Commit: 943054ce9facea64849d60430b2da17a0e88f06f
Parents: 68bd495
Author: Willem Jiang <willem.ji...@gmail.com>
Authored: Fri May 22 11:26:18 2015 +0800
Committer: Willem Jiang <willem.ji...@gmail.com>
Committed: Fri May 22 11:26:18 2015 +0800

----------------------------------------------------------------------
 .../src/main/java/org/apache/camel/component/netty/NettyHelper.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/943054ce/components/camel-netty/src/main/java/org/apache/camel/component/netty/NettyHelper.java
----------------------------------------------------------------------
diff --git 
a/components/camel-netty/src/main/java/org/apache/camel/component/netty/NettyHelper.java
 
b/components/camel-netty/src/main/java/org/apache/camel/component/netty/NettyHelper.java
index aabadd2..ecb6dba 100644
--- 
a/components/camel-netty/src/main/java/org/apache/camel/component/netty/NettyHelper.java
+++ 
b/components/camel-netty/src/main/java/org/apache/camel/component/netty/NettyHelper.java
@@ -110,7 +110,6 @@ public final class NettyHelper {
      */
     public static void close(Channel channel) {
         if (channel != null) {
-            LOG.trace("Closing channel: {}", channel);
             channel.close().addListener(new ChannelFutureListener() {
                 public void operationComplete(ChannelFuture future) {
                     LOG.trace("Channel closed: {}", future.getChannel());

Reply via email to