From c7e5aca7009e26dac54b36d470e955a8334bb4bf Mon Sep 17 00:00:00 2001 From: artie Date: Tue, 15 Apr 2025 19:02:27 +0200 Subject: [PATCH] remove comment --- src/utils/functions.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/functions.ts b/src/utils/functions.ts index b2aa49b..f3f72e2 100644 --- a/src/utils/functions.ts +++ b/src/utils/functions.ts @@ -114,8 +114,6 @@ export function getImageUrlFromMessage(message: Message): string { } } - console.log("no reference url xddd"); - return extractImageUrl(message) || abort("No valid image found!"); }