mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-11 23:19:10 +01:00
remove excess console.log
This commit is contained in:
parent
8ef38b151b
commit
d4e1478b29
@ -83,8 +83,6 @@ async function getVideoUrl(config) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(subs);
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
videoUrl: videoUrl.startsWith("/") ? `${BASE_URL}${videoUrl}` : videoUrl,
|
videoUrl: videoUrl.startsWith("/") ? `${BASE_URL}${videoUrl}` : videoUrl,
|
||||||
subs: subs,
|
subs: subs,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user