Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bundabrg committed Jun 30, 2020
1 parent e12058c commit 71ef803
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public class UpstreamSession {
public void sendPacket(@NonNull BedrockPacket packet) {
if (isClosed())
return;
System.err.println("Sending Packet: " + packet);

session.sendPacket(packet);
}
Expand Down

0 comments on commit 71ef803

Please sign in to comment.