summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/sdk
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/sdk')
-rw-r--r--StoneIsland/www/js/sdk/payment.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/StoneIsland/www/js/sdk/payment.js b/StoneIsland/www/js/sdk/payment.js
index d0951017..dcf7d7d4 100644
--- a/StoneIsland/www/js/sdk/payment.js
+++ b/StoneIsland/www/js/sdk/payment.js
@@ -30,8 +30,6 @@ sdk.payment = (function(){
},
data: opt.data,
success: function(data){
- console.log("listing credit cards")
- console.log(data)
opt.success(data)
},
error: opt.error,