mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-28 12:58:51 +00:00
remove excess console.log
This commit is contained in:
parent
8ef38b151b
commit
d4e1478b29
1 changed files with 0 additions and 2 deletions
|
|
@ -83,8 +83,6 @@ async function getVideoUrl(config) {
|
|||
}
|
||||
}
|
||||
|
||||
console.log(subs);
|
||||
|
||||
return {
|
||||
videoUrl: videoUrl.startsWith("/") ? `${BASE_URL}${videoUrl}` : videoUrl,
|
||||
subs: subs,
|
||||
|
|
|
|||
Loading…
Reference in a new issue