diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-01-30 20:16:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-30 20:16:49 -0800 |
commit | 31bf286fdc139e82ddc081c8e6c0962495e63fb3 (patch) | |
tree | f7b7f38365e5c827d754e53e0ece4b91ebbdae7a /src/view/com/composer/text-input/TextInput.web.tsx | |
parent | 42fe0e160975a0f4984f3350edb5c86aeddf077c (diff) | |
download | voidsky-31bf286fdc139e82ddc081c8e6c0962495e63fb3.tar.zst |
Diffstat (limited to 'src/view/com/composer/text-input/TextInput.web.tsx')
-rw-r--r-- | src/view/com/composer/text-input/TextInput.web.tsx | 1 |
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) |