Skip to content
Snippets Groups Projects
Commit 3582d2aa authored by Lev Walkin's avatar Lev Walkin
Browse files

removed debug

parent b5ce57f4
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,6 @@ process_data(enum expectation expectation, char *fbuf, int size) { ...@@ -129,7 +129,6 @@ process_data(enum expectation expectation, char *fbuf, int size) {
|| memcmp(buf, fbuf, buf_offset)); || memcmp(buf, fbuf, buf_offset));
break; break;
case EXP_OK: case EXP_OK:
printf("%d %d\n", buf_offset, size);
assert(buf_offset == size); assert(buf_offset == size);
assert(memcmp(buf, fbuf, buf_offset) == 0); assert(memcmp(buf, fbuf, buf_offset) == 0);
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment