Skip to content

Commit

Permalink
remove useless logs
Browse files Browse the repository at this point in the history
  • Loading branch information
efekos committed May 23, 2024
1 parent 7fa9596 commit fb97633
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/dev/efekos/arn/Arn.java
Original file line number Diff line number Diff line change
Expand Up @@ -375,10 +375,6 @@ private void registerCommands() throws ArnCommandException {
.mapToObj(method.getParameters()::get)
.collect(Collectors.toList());

Bukkit.getConsoleSender().sendMessage(ChatColor.AQUA + indexesToDelete.toString());
Bukkit.getConsoleSender().sendMessage(ChatColor.AQUA + nonnullResolvers.toString());
Bukkit.getConsoleSender().sendMessage(ChatColor.AQUA + parametersClone.toString());

for (CommandAnnotationLiteral lit : literals)
if (lit.getOffset() == 0) nodes.add(net.minecraft.commands.CommandDispatcher.a(lit.getLiteral()));

Expand Down

0 comments on commit fb97633

Please sign in to comment.