From 464f34d5748e10797999a51f37e989582b3a36ac Mon Sep 17 00:00:00 2001 From: Ciarands <74070993+Ciarands@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:48:41 +0100 Subject: [PATCH] Remove console.log --- src/providers/embeds/vidplay/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/providers/embeds/vidplay/index.ts b/src/providers/embeds/vidplay/index.ts index a2914ee..0c34459 100644 --- a/src/providers/embeds/vidplay/index.ts +++ b/src/providers/embeds/vidplay/index.ts @@ -29,7 +29,6 @@ export const vidplayScraper = makeEmbed({ } const url = new URL(ctx.url); - console.log(url); const subtitlesLink = url.searchParams.get('sub.info'); const captions: Caption[] = []; if (subtitlesLink) {