Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
agrathwohl committed Dec 13, 2021
1 parent 6de1904 commit 1f413ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion track/track.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ class Track extends Resource {
srcProbe = opts.probe
if (srcProbe.streams) {
streams = srcProbe.streams
console.log(streams, 'streams')
streams.forEach(s => {
switch(s.codec_type) {
case 'video':
Expand Down

0 comments on commit 1f413ae

Please sign in to comment.