Remove left over logging

This commit is contained in:
WardPearce
2024-10-18 14:57:28 +13:00
parent 67a6089724
commit 729635b589
@@ -85,8 +85,6 @@ export async function patchYoutubeJs(videoId: string): Promise<VideoPlay> {
const video = await youtube.getInfo(videoId);
console.log(video);
if (!video.primary_info || !video.secondary_info) {
throw new Error('Unable to pull video info from youtube.js');
}