Remove unused code in TokenServerHandler#channelActive (#1667)
Signed-off-by: cj <power4j@outlook.com>
This commit is contained in:
parent
c5da3faad9
commit
dbbed35cc4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue