Skip to content

Commit

Permalink
Removed debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDeafCreeper committed Oct 10, 2023
1 parent fc3780a commit 52a948d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public void execute(GenericPacket genericPacket) throws Exception {
OpenServerPacket packet = (OpenServerPacket) genericPacket;
Tinder api = Tinder.get();

api.logger().log("Executing OpenServer " + packet.serverName());

ServerInfo serverInfo = new ServerInfo(packet.serverName(), packet.address());
PlayerServer server = api.services().serverService().search(serverInfo);

Expand Down

0 comments on commit 52a948d

Please sign in to comment.