Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago-Souto committed Nov 12, 2024
1 parent 7130fbc commit 9d43ddf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ function createSenderTransform(): TransformStream {
if (metadata[0].uuid === DOLBY_SDK_TIMESTAMP_UUID) {
metadata[0].timecode = Date.now()
}
console.log('Metadata:', metadata[0])
addH26xSEI(metadata[0], encodedFrame)
synchronizationSourcesWithMetadata.push(newSyncSource)
} catch (error) {
Expand Down

0 comments on commit 9d43ddf

Please sign in to comment.