Skip to content

Commit

Permalink
remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Aug 28, 2024
1 parent 74e2785 commit 0fba23a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Common/hooks/useMSEplayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export const useMSEMediaPlayer = ({
let mse: MediaSource;
if ("ManagedMediaSource" in window) {
mse = new (window.ManagedMediaSource as typeof MediaSource)();
console.log(mse);
videoEl.disableRemotePlayback = true;
videoEl.srcObject = mse;
} else {
Expand Down

0 comments on commit 0fba23a

Please sign in to comment.