1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

remove excess console.log

This commit is contained in:
James Hawkins 2021-10-22 10:50:38 +01:00
parent 8ef38b151b
commit d4e1478b29

View file

@ -83,8 +83,6 @@ async function getVideoUrl(config) {
}
}
console.log(subs);
return {
videoUrl: videoUrl.startsWith("/") ? `${BASE_URL}${videoUrl}` : videoUrl,
subs: subs,