Remove debug stacktrace
This commit is contained in:
parent
03e50e9d07
commit
7fcb58936a
@ -683,7 +683,6 @@ public class DisguiseParser {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
catch (Exception ignored) {
|
catch (Exception ignored) {
|
||||||
ignored.printStackTrace();
|
|
||||||
parseException = new DisguiseParseException(LibsMsg.PARSE_EXPECTED_RECEIVED,
|
parseException = new DisguiseParseException(LibsMsg.PARSE_EXPECTED_RECEIVED,
|
||||||
paramInfo.getDescriptiveName(), list.isEmpty() ? null : list.get(0),
|
paramInfo.getDescriptiveName(), list.isEmpty() ? null : list.get(0),
|
||||||
TranslateType.DISGUISE_OPTIONS.reverseGet(method.getName()));
|
TranslateType.DISGUISE_OPTIONS.reverseGet(method.getName()));
|
||||||
|
Loading…
Reference in New Issue
Block a user