Skip to content

Commit

Permalink
Remove debugging (:
Browse files Browse the repository at this point in the history
  • Loading branch information
UserNugget committed Sep 14, 2024
1 parent 341a239 commit 933cfee
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@ public void unregisterPlayer(String nickname) {

public void linkSocial(String lowercaseNickname, String dbField, Long id) throws SQLException {
SocialPlayer socialPlayer = this.dao.queryForId(lowercaseNickname);
System.out.println(socialPlayer);
if (socialPlayer == null) {
Settings.IMP.MAIN.AFTER_LINKAGE_COMMANDS.forEach(command ->
this.server.getCommandManager().executeAsync(p -> Tristate.TRUE, command.replace("{NICKNAME}", lowercaseNickname)));
Expand Down

0 comments on commit 933cfee

Please sign in to comment.