Remove debug stacktrace

This commit is contained in:
libraryaddict 2018-09-07 14:36:57 +12:00
parent 03e50e9d07
commit 7fcb58936a

View File

@ -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()));