swallow stacktrace

This commit is contained in:
Jesse Boyd
2019-11-10 13:29:58 +00:00
parent 93894aca96
commit fe438fd62a

View File

@ -62,7 +62,6 @@ public final class BlockUtil {
BaseBlock block = PARSER.parseFromInput(id, PARSER_CONTEXT);
return block.toImmutableState();
} catch (InputParseException e) {
e.printStackTrace();
return null;
}
}