Skip to content

Commit 93b447b

Browse files
committed
Remove BungeeCord ping passthrough debug
1 parent ed84cae commit 93b447b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

bootstrap/bungeecord/src/main/java/org/geysermc/geyser/platform/bungeecord/GeyserBungeePingPassthrough.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ public GeyserPingInfo getPingInformation(InetSocketAddress inetSocketAddress) {
7373
return null;
7474
}
7575

76-
System.out.println(ComponentSerializer.toString(new BaseComponent[]{ event.getResponse().getDescriptionComponent() }));
77-
7876
ServerPing response = event.getResponse();
7977
return new GeyserPingInfo(
8078
ComponentSerializer.toString(new BaseComponent[]{ response.getDescriptionComponent() }),

0 commit comments

Comments
 (0)