remove extra log

This commit is contained in:
Lev Walkin 2017-09-08 00:27:49 -07:00
parent bf979156ac
commit 77f65c9759
1 changed files with 0 additions and 1 deletions

View File

@ -250,7 +250,6 @@ asn1f_BS_unparsed_convert(arg_t *arg, asn1p_value_t *value, asn1p_expr_t *ttype)
bit->Identifier, bit->_lineno);
RET2RVAL(1, r_value);
}
fprintf(stderr, "Referencing bit %s\n", bit->Identifier);
bitdef = asn1f_lookup_child(ttype, bit->Identifier);
if(bitdef == NULL) {
FATAL("Identifier \"%s\" at line %d is not defined "