Remove TODO and debug code

This commit is contained in:
Eric Bailey
2025-08-13 16:52:14 -05:00
committed by Samuel Newman
parent d498eeee46
commit 4b0be80f50
2 changed files with 0 additions and 7 deletions
@@ -185,12 +185,6 @@ function classifyImagePickerAsset(asset: ImagePickerAsset):
type = 'image' type = 'image'
} }
// console.log({
// asset,
// type,
// mimeType,
// })
/* /*
* If we weren't able to find a valid type, we don't support this asset. * If we weren't able to find a valid type, we don't support this asset.
*/ */
@@ -154,7 +154,6 @@ export const TextInput = forwardRef(function TextInputImpl(
} }
const uris = files.map(f => f.uri) const uris = files.map(f => f.uri)
// TODO
const uri = uris.find(isUriImage) const uri = uris.find(isUriImage)
if (uri) { if (uri) {