Skip to content

Commit

Permalink
Remove unused code in TokenServerHandler#channelActive (alibaba#1667)
Browse files Browse the repository at this point in the history
Signed-off-by: cj <power4j@outlook.com>
  • Loading branch information
John-Chan authored and mastertiller committed Aug 20, 2020
1 parent 508dffe commit 487c5c0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public TokenServerHandler(ConnectionPool globalConnectionPool) {
@Override
public void channelActive(ChannelHandlerContext ctx) throws Exception {
globalConnectionPool.createConnection(ctx.channel());
String remoteAddress = getRemoteAddress(ctx);
}

@Override
Expand Down

0 comments on commit 487c5c0

Please sign in to comment.