We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67331b8 commit 66dfb72Copy full SHA for 66dfb72
src/test/java/com/alipay/remoting/rpc/protocol/RpcCommandHandlerTest.java
@@ -94,7 +94,6 @@ public boolean isStarted() {
94
95
@Override
96
public BizContext preHandleRequest(RemotingContext remotingCtx, Object request) {
97
- LOGGER.info(remotingCtx+"|"+remotingContext);
98
Assert.assertNotSame(remotingCtx, remotingContext);
99
remotingContextList.add(remotingCtx);
100
countDownLatch.countDown();
0 commit comments