about summary refs log tree commit diff
path: root/src/view/com/composer/text-input/TextInput.web.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-01-30 20:16:49 -0800
committerGitHub <noreply@github.com>2024-01-30 20:16:49 -0800
commit31bf286fdc139e82ddc081c8e6c0962495e63fb3 (patch)
treef7b7f38365e5c827d754e53e0ece4b91ebbdae7a /src/view/com/composer/text-input/TextInput.web.tsx
parent42fe0e160975a0f4984f3350edb5c86aeddf077c (diff)
downloadvoidsky-31bf286fdc139e82ddc081c8e6c0962495e63fb3.tar.zst
Reduce the odds of false positives in the language suggester (close #2598) (#2700)
Diffstat (limited to 'src/view/com/composer/text-input/TextInput.web.tsx')
-rw-r--r--src/view/com/composer/text-input/TextInput.web.tsx1
1 files changed, 0 insertions, 1 deletions
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)