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!"); }