Skip to content

Commit

Permalink
removing console.error
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacivita authored and mangui committed May 10, 2016
1 parent 20907f0 commit 6c3178c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/demux/tsdemuxer.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@
}
else if (payloadSize < expGolombDecoder.bytesAvailable)
{
console.error('skipping: ' + payloadSize);
for (i = 0; i<payloadSize; i++)
{
expGolombDecoder.readUByte();
Expand Down

0 comments on commit 6c3178c

Please sign in to comment.