diff --git a/shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-core/src/main/java/org/apache/shardingsphere/proxy/frontend/netty/FrontendChannelInboundHandler.java b/shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-core/src/main/java/org/apache/shardingsphere/proxy/frontend/netty/FrontendChannelInboundHandler.java index 04e5e975f7e86a167130c78e58240e08a52a26a8..e3637d03d7e89958ac705428f80c0851a5c88721 100644 --- a/shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-core/src/main/java/org/apache/shardingsphere/proxy/frontend/netty/FrontendChannelInboundHandler.java +++ b/shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-core/src/main/java/org/apache/shardingsphere/proxy/frontend/netty/FrontendChannelInboundHandler.java @@ -81,7 +81,6 @@ public final class FrontendChannelInboundHandler extends ChannelInboundHandlerAd // CHECKSTYLE:OFF } catch (final Exception ex) { // CHECKSTYLE:ON - // TODO ref #7014 log.error("Exception occur: ", ex); context.write(databaseProtocolFrontendEngine.getCommandExecuteEngine().getErrorPacket(ex)); }