Skip to content

Commit

Permalink
Remove debug strings
Browse files Browse the repository at this point in the history
  • Loading branch information
iiAhmedYT committed Jun 18, 2024
1 parent 3aba4e3 commit 1883fc8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ private void initializeStyle(ConfigurationSection configurationSection) {
*/
@Override
public String getResult(final Player player, final String[] params) {
System.out.println("Method is called");
if (this.invalid) {
return "";
}
Expand All @@ -152,9 +151,7 @@ public String getResult(final Player player, final String[] params) {
return this.value + this.properties;
}

System.out.println("Switching");
final String firstArg = params[0].toLowerCase(Locale.ROOT);
System.out.println("first arg: " + firstArg);
switch (firstArg) {
case "closestname":
return this.nameValue;
Expand Down

0 comments on commit 1883fc8

Please sign in to comment.