Skip to content

Commit

Permalink
Revert "Add logger"
Browse files Browse the repository at this point in the history
This reverts commit 2d1b1c7.
  • Loading branch information
wcy666103 committed Apr 8, 2024
1 parent d7d39c9 commit d2c4a9f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public abstract class ClientToServerTest {

@BeforeEach
protected void setUp() throws Exception {
System.setProperty("dubbo.application.logger", "jdk");
int port = NetUtils.getAvailablePort();
server = newServer(port, handler);
client = newClient(port);
Expand Down

0 comments on commit d2c4a9f

Please sign in to comment.