diff --git a/materialious/src/lib/patches/youtubejs.ts b/materialious/src/lib/patches/youtubejs.ts index eedfb662..0271bf30 100644 --- a/materialious/src/lib/patches/youtubejs.ts +++ b/materialious/src/lib/patches/youtubejs.ts @@ -85,8 +85,6 @@ export async function patchYoutubeJs(videoId: string): Promise { 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'); }