Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
isekovanic committed Nov 25, 2024
1 parent 096dde1 commit 1d61f8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/expo-package/src/optionalDependencies/getPhotos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export const getPhotos = MediaLibrary
mediaType: [MediaLibrary.MediaType.photo, MediaLibrary.MediaType.video],
sortBy: [MediaLibrary.SortBy.modificationTime],
});
console.log(results.assets.length);
const assets = await Promise.all(
results.assets.map(async (asset) => {
const localUri = await getLocalAssetUri(asset.id);
Expand Down

0 comments on commit 1d61f8b

Please sign in to comment.