mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 11:40:29 +00:00
Remove debug stacktrace
This commit is contained in:
parent
03e50e9d07
commit
7fcb58936a
1 changed files with 0 additions and 1 deletions
|
@ -683,7 +683,6 @@ public class DisguiseParser {
|
|||
break;
|
||||
}
|
||||
catch (Exception ignored) {
|
||||
ignored.printStackTrace();
|
||||
parseException = new DisguiseParseException(LibsMsg.PARSE_EXPECTED_RECEIVED,
|
||||
paramInfo.getDescriptiveName(), list.isEmpty() ? null : list.get(0),
|
||||
TranslateType.DISGUISE_OPTIONS.reverseGet(method.getName()));
|
||||
|
|
Loading…
Reference in a new issue