🐛 Remove rogue print statement
This commit is contained in:
parent
c4abf4eca3
commit
aa572e3533
1 changed files with 0 additions and 2 deletions
|
|
@ -170,8 +170,6 @@ public class CompoundArgument<T extends Tuple, C, O> extends CommandArgument<C,
|
||||||
in the context, so we can then extract that number and forward the request
|
in the context, so we can then extract that number and forward the request
|
||||||
*/
|
*/
|
||||||
final int argument = commandContext.getOrDefault("__parsing_argument__", 1) - 1;
|
final int argument = commandContext.getOrDefault("__parsing_argument__", 1) - 1;
|
||||||
System.out.printf("Compound argument suggestions: %d | %s\n", argument, input);
|
|
||||||
|
|
||||||
//noinspection all
|
//noinspection all
|
||||||
return ((ArgumentParser<C, ?>) this.parsers[argument]).suggestions(commandContext, input);
|
return ((ArgumentParser<C, ?>) this.parsers[argument]).suggestions(commandContext, input);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue