From b69fd23456485d22c24b51da833d2707c718d61e Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 16 Sep 2024 16:52:28 -0500 Subject: Milly tweaks (#5365) Co-authored-by: Hailey --- src/lib/hooks/useIntentHandler.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/lib/hooks/useIntentHandler.ts') diff --git a/src/lib/hooks/useIntentHandler.ts b/src/lib/hooks/useIntentHandler.ts index 67f1c2c38..fd1638703 100644 --- a/src/lib/hooks/useIntentHandler.ts +++ b/src/lib/hooks/useIntentHandler.ts @@ -97,10 +97,6 @@ export function useComposeIntent() { if (part.includes('https://') || part.includes('http://')) { return false } - console.log({ - part, - text: VALID_IMAGE_REGEX.test(part), - }) // We also should just filter out cases that don't have all the info we need return VALID_IMAGE_REGEX.test(part) }) -- cgit 1.4.1