Remove debug stacktrace
This commit is contained in:
		| @@ -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())); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user