Cleanup code

This commit is contained in:
crimean 2018-11-14 20:45:18 +03:00 committed by Alexey Kulish
parent 8fbcdb8353
commit a341b9a91f

View file

@ -627,9 +627,6 @@ public class InAppPurchaseHelper {
logDebug("Response=" + response);
if (response != null) {
try {
/*
{ "monthly" : { "sku": "osm_live_subscription_monthly_free_v1" }, "quarterly" : { "sku": "osm_live_subscription_3_months_free_v1" }, "annual" : { "sku": "osm_live_subscription_annual_free_v1" } }
*/
JSONObject obj = new JSONObject(response);
JSONArray names = obj.names();
for (int i = 0; i < names.length(); i++) {