Remove unused code in TokenServerHandler#channelActive (#1667)

Signed-off-by: cj <power4j@outlook.com>
This commit is contained in:
cj 2020-08-13 14:47:57 +08:00 committed by GitHub
parent c5da3faad9
commit dbbed35cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ public class TokenServerHandler extends ChannelInboundHandlerAdapter {
@Override
public void channelActive(ChannelHandlerContext ctx) throws Exception {
globalConnectionPool.createConnection(ctx.channel());
String remoteAddress = getRemoteAddress(ctx);
}
@Override