diff --git a/website/src/controllers/payments/iap.js b/website/src/controllers/payments/iap.js index bae96b828f..cc8360f8f4 100644 --- a/website/src/controllers/payments/iap.js +++ b/website/src/controllers/payments/iap.js @@ -25,9 +25,6 @@ exports.androidVerify = function(req, res, next) { data: 'IAP Error' }; - console.error('IAP Setup ERROR'); - console.error(error); - return res.json(resObj); } @@ -74,8 +71,6 @@ exports.androidVerify = function(req, res, next) { }; exports.iosVerify = function(req, res, next) { - console.info(req.body); - var iapBody = req.body; var user = res.locals.user; @@ -86,9 +81,6 @@ exports.iosVerify = function(req, res, next) { data: 'IAP Error' }; - console.error('IAP Setup ERROR'); - console.error(error); - return res.json(resObj); }