From 31bf286fdc139e82ddc081c8e6c0962495e63fb3 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 30 Jan 2024 20:16:49 -0800 Subject: Reduce the odds of false positives in the language suggester (close #2598) (#2700) --- src/view/com/composer/text-input/TextInput.web.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/view/com/composer/text-input/TextInput.web.tsx') diff --git a/src/view/com/composer/text-input/TextInput.web.tsx b/src/view/com/composer/text-input/TextInput.web.tsx index f2012a630..af0d18743 100644 --- a/src/view/com/composer/text-input/TextInput.web.tsx +++ b/src/view/com/composer/text-input/TextInput.web.tsx @@ -316,7 +316,6 @@ function getImageFromUri( const type = item.type if (type === 'text/plain') { - console.log('hit') item.getAsString(async itemString => { if (isUriImage(itemString)) { const response = await fetch(itemString) -- cgit 1.4.1