Skip to content

Commit 4b77202

Browse files
committed
Remove log
1 parent a460255 commit 4b77202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ exportObject = {
6464
return new Promise(async (resolve, reject) => {
6565
try {
6666
const response = await MultipleImagePicker.openPicker(options);
67-
console.log('res', response);
67+
// console.log('res', response);
6868
if (response?.length) {
6969
resolve(response);
7070
return;

0 commit comments

Comments
 (0)