Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
bundabrg committed Sep 22, 2020
1 parent 04adce3 commit 68fd90d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public ReversionServer createReversionServer(InetSocketAddress address) {
.findFirst()
.orElseThrow(() -> new RuntimeException("Unsupported Geyser"));

System.err.println("Codec: " + defaultCodec);
BedrockReversionServer server = new BedrockReversionServer(defaultCodec, address);
server.setHandler(new BedrockEditionServerEventHandler(extension));

Expand Down

0 comments on commit 68fd90d

Please sign in to comment.