diff --git a/src/Resources/views/payWithPaypal.html.twig b/src/Resources/views/payWithPaypal.html.twig index ccc45b1d..7e011cc3 100644 --- a/src/Resources/views/payWithPaypal.html.twig +++ b/src/Resources/views/payWithPaypal.html.twig @@ -281,8 +281,6 @@ }).then(function(res) { return res.json(); }).then(function(data) { - console.log(data); - if (data.status == 'processing') { return fetch(cancelPayPalPaymentUrl, { method: 'post',