Skip to content

Commit

Permalink
Remove unneeded console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed Sep 23, 2020
1 parent 77098e1 commit 2ca73ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Resources/views/payWithPaypal.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2ca73ad

Please sign in to comment.