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) {