Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
parser: remove debug lines from depacketize()
  • Loading branch information
perexg committed Oct 20, 2015
1 parent 95ebcd2 commit eec2096
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/parsers/parsers.c
Expand Up @@ -447,8 +447,6 @@ depacketize(service_t *t, elementary_stream_t *st, size_t len,

st->es_buf_a.sb_err = st->es_buf.sb_err;

tvhtrace("parser", "depacketize add %zd", len);
tvhlog_hexdump("parser", buf, len);
sbuf_append(&st->es_buf_a, buf, len);
return PARSER_APPEND;
}
Expand Down

0 comments on commit eec2096

Please sign in to comment.