Skip to content

Commit b1fadc0

Browse files
committed
fix: remove console.log
1 parent 1f1589b commit b1fadc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package/expo-package/src/optionalDependencies/getPhotos.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export const getPhotos = MediaLibrary
6060
};
6161
}),
6262
);
63-
console.log('ISE: ', assets);
6463

6564
const hasNextPage = results.hasNextPage;
6665
const endCursor = results.endCursor;

0 commit comments

Comments
 (0)