Skip to content
Snippets Groups Projects
Commit 9a1e8aa2 authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Remove stale debug code.

parent 6d67a265
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,6 @@ struct sctp_chunk *sctp_chunks_next(struct sctp_chunks_iterator *iter,
u16 chunk_length, padding_length;
struct sctp_chunk *current_chunk;
if (*error) printf("!!!%s!!!\n", *error);
assert(*error == NULL);
current_chunk = (struct sctp_chunk *)iter->current_chunk;
chunk_length = ntohs(current_chunk->length);
......
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