From f9f41ed47828fe8a2bc16330c330b111156a93bc Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 16 Sep 2024 12:31:46 -0700 Subject: [PATCH] rm log --- src/lib/hooks/useIntentHandler.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib/hooks/useIntentHandler.ts b/src/lib/hooks/useIntentHandler.ts index 67f1c2c386..fd16387034 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) })