From 38df9c334941bdc83175792e14f4ade2cb517e3a Mon Sep 17 00:00:00 2001 From: diced Date: Mon, 15 Apr 2024 21:31:31 -0700 Subject: [PATCH] fix: remove random logs --- src/lib/discord.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/discord.ts b/src/lib/discord.ts index c75c6151..3ebc943e 100644 --- a/src/lib/discord.ts +++ b/src/lib/discord.ts @@ -46,7 +46,6 @@ export function parseContent( content: DiscordContent | null, value: ParseValue, ): (DiscordContent & { raw: string }) | null { - console.log(content, value); if (!content) return null; if (!value.link) return null;