Remove debug message
This commit is contained in:
parent
c208204fa3
commit
36f680cff0
1 changed files with 0 additions and 1 deletions
|
|
@ -235,7 +235,6 @@ public final class CloudBrigadierManager<C, S> {
|
|||
if (argumentTypeSupplier != null) {
|
||||
return new Pair<>(argumentTypeSupplier.get(), true);
|
||||
}
|
||||
System.err.printf("Found not native mapping for '%s'\n", argument.getValueType().getCanonicalName());
|
||||
return new Pair<>(StringArgumentType.string(), false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue