Commit 77f65c97 authored by Lev Walkin's avatar Lev Walkin

remove extra log

parent bf979156
......@@ -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 "
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment