Commit cfb04737 authored by Lev Walkin's avatar Lev Walkin

removed debugging

parent 3bd4efb0
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
} while(0) } while(0)
#undef RETURN #undef RETURN
#define RETURN(_code) do { \ #define RETURN(_code) do { \
fprintf(stderr, "-----%d", __LINE__); \
ber_dec_rval_t rval; \ ber_dec_rval_t rval; \
rval.code = _code; \ rval.code = _code; \
rval.consumed = consumed_myself; \ rval.consumed = consumed_myself; \
......
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