Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Camotoy committed Jun 16, 2021
1 parent c413142 commit 569c366
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public class JavaPlayEffectTranslator extends PacketTranslator<ServerPlayEffectP

@Override
public void translate(ServerPlayEffectPacket packet, GeyserSession session) {
System.out.println(packet.toString());
// Separate case since each RecordEffectData in Java is an individual track in Bedrock
if (packet.getEffect() == SoundEffect.RECORD) {
RecordEffectData recordEffectData = (RecordEffectData) packet.getData();
Expand Down

0 comments on commit 569c366

Please sign in to comment.