From 4b0be80f50d77de4dbe92142d762de8122d7428b Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 13 Aug 2025 16:52:14 -0500 Subject: [PATCH] Remove TODO and debug code --- src/view/com/composer/SelectMediaButton.tsx | 6 ------ src/view/com/composer/text-input/TextInput.tsx | 1 - 2 files changed, 7 deletions(-) diff --git a/src/view/com/composer/SelectMediaButton.tsx b/src/view/com/composer/SelectMediaButton.tsx index ef4a7572e9..5aa22f8ad0 100644 --- a/src/view/com/composer/SelectMediaButton.tsx +++ b/src/view/com/composer/SelectMediaButton.tsx @@ -185,12 +185,6 @@ function classifyImagePickerAsset(asset: ImagePickerAsset): type = 'image' } - // console.log({ - // asset, - // type, - // mimeType, - // }) - /* * If we weren't able to find a valid type, we don't support this asset. */ diff --git a/src/view/com/composer/text-input/TextInput.tsx b/src/view/com/composer/text-input/TextInput.tsx index 14488b0664..ea92d0b913 100644 --- a/src/view/com/composer/text-input/TextInput.tsx +++ b/src/view/com/composer/text-input/TextInput.tsx @@ -154,7 +154,6 @@ export const TextInput = forwardRef(function TextInputImpl( } const uris = files.map(f => f.uri) - // TODO const uri = uris.find(isUriImage) if (uri) {