Remove log message

This commit is contained in:
Gabe Kangas 2022-11-20 13:24:03 -08:00
parent 55c4ccfae0
commit 4eb25e3509
No known key found for this signature in database
GPG key ID: 9A56337728BC81EA

View file

@ -30,7 +30,6 @@ export const VideoJS: FC<VideoJSProps> = ({ options, onReady }) => {
// Add a cachebuster param to playlist URLs.
videojs.Vhs.xhr.beforeRequest = o => {
console.log('beforeRequest');
if (o.uri.match('m3u8')) {
const cachebuster = Math.random().toString(16).substr(2, 8);
// eslint-disable-next-line no-param-reassign