From 2ca73ad5dc1c26d070669b6bf4943179b7faa7c5 Mon Sep 17 00:00:00 2001 From: Mateusz Zalewski Date: Wed, 23 Sep 2020 15:02:10 +0200 Subject: [PATCH] Remove unneeded console log --- src/Resources/views/payWithPaypal.html.twig | 2 -- 1 file changed, 2 deletions(-) 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',