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'
|
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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user