From bd1c683fabc5cce9dea90183b88f30c0a6f2c830 Mon Sep 17 00:00:00 2001
From: Pedro Silva
Date: Fri, 13 Oct 2023 10:05:56 +0100
Subject: [PATCH] Remove comment
---
.../js/modules/ContextBootstrap/SingleProductBootstap.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/ppcp-button/resources/js/modules/ContextBootstrap/SingleProductBootstap.js b/modules/ppcp-button/resources/js/modules/ContextBootstrap/SingleProductBootstap.js
index c8b7e386f..c9978306e 100644
--- a/modules/ppcp-button/resources/js/modules/ContextBootstrap/SingleProductBootstap.js
+++ b/modules/ppcp-button/resources/js/modules/ContextBootstrap/SingleProductBootstap.js
@@ -217,7 +217,6 @@ class SingleProductBootstap {
}
simulateCart() {
- // Check of cart simulation is enabled.
if (!this.gateway.simulate_cart.enabled) {
return;
}