swallow stacktrace

This commit is contained in:
Jesse Boyd 2019-11-10 13:29:58 +00:00
parent 93894aca96
commit fe438fd62a
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

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