Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Oct 25, 2023
1 parent 937cd66 commit 4fc9e00
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ public static String requestMPPass(final String username, final String ip, final

joinServerInterface.sendAuthRequest(sha1(server.getBytes()));

System.out.println(GET_MP_PASS + "?user=" + username + "&server=" + server);

final InputStream connection = new URL(GET_MP_PASS + "?user=" + username + "&server=" + server).openStream();
Scanner scanner = new Scanner(connection);
StringBuilder response = new StringBuilder();
Expand Down

0 comments on commit 4fc9e00

Please sign in to comment.