Skip to content

Commit 66dfb72

Browse files
committed
test
1 parent 67331b8 commit 66dfb72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/alipay/remoting/rpc/protocol/RpcCommandHandlerTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ public boolean isStarted() {
9494

9595
@Override
9696
public BizContext preHandleRequest(RemotingContext remotingCtx, Object request) {
97-
LOGGER.info(remotingCtx+"|"+remotingContext);
9897
Assert.assertNotSame(remotingCtx, remotingContext);
9998
remotingContextList.add(remotingCtx);
10099
countDownLatch.countDown();

0 commit comments

Comments
 (0)