Skip to content

Commit

Permalink
Removes console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaro authored May 22, 2019
1 parent b189ff5 commit 9943b68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ export default class Purchases {
*/
static syncPurchases() {
if (Platform.OS === "android") {
console.log(Platform.OS);
RNPurchases.syncPurchases();
}
}
Expand Down

0 comments on commit 9943b68

Please sign in to comment.