Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
booksaw authored Feb 25, 2024
1 parent 16a82e7 commit 3731153
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public abstract class SubCommand {
public String getHelpMessage(ParentCommand parent) {

String prefix = (parent.getCommand().equals("team")) ? "" : parent.getCommand() + ".";
System.out.println("prefix = " + prefix);
String message = MessageManager.getDefaultMessages().getString("help." + prefix + getCommand());
if (message == null || message.equals("")) {
message = getHelp();
Expand Down

0 comments on commit 3731153

Please sign in to comment.