From d927656904d8099dd440a16f40870aee90280d52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20M=C3=BCller?= Date: Mon, 28 Oct 2024 16:43:48 +0100 Subject: [PATCH] MAG2-319 - Removed debug output --- view/frontend/templates/paypal/express_buttonv2.phtml | 1 - 1 file changed, 1 deletion(-) diff --git a/view/frontend/templates/paypal/express_buttonv2.phtml b/view/frontend/templates/paypal/express_buttonv2.phtml index e03b277b..778d6bee 100644 --- a/view/frontend/templates/paypal/express_buttonv2.phtml +++ b/view/frontend/templates/paypal/express_buttonv2.phtml @@ -98,7 +98,6 @@ // add your actions on cancellation }, onError: function() { - alert("X"); console.log("An Error occurred as part of the PayPal JS SDK"); // add your actions if error occurs }