Skip to content

Commit 9943b68

Browse files
authored
Removes console.log
1 parent b189ff5 commit 9943b68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ export default class Purchases {
231231
*/
232232
static syncPurchases() {
233233
if (Platform.OS === "android") {
234-
console.log(Platform.OS);
235234
RNPurchases.syncPurchases();
236235
}
237236
}

0 commit comments

Comments
 (0)