Remove TODO and debug code
This commit is contained in:
committed by
Samuel Newman
parent
d498eeee46
commit
4b0be80f50
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user