Commit 3582d2aa authored by Lev Walkin's avatar Lev Walkin

removed debug

parent b5ce57f4
......@@ -129,7 +129,6 @@ process_data(enum expectation expectation, char *fbuf, int size) {
|| memcmp(buf, fbuf, buf_offset));
break;
case EXP_OK:
printf("%d %d\n", buf_offset, size);
assert(buf_offset == size);
assert(memcmp(buf, fbuf, buf_offset) == 0);
break;
......
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