Remove comment

This commit is contained in:
Pedro Silva 2023-10-13 10:05:56 +01:00
parent b29da6a627
commit bd1c683fab
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3

View file

@ -217,7 +217,6 @@ class SingleProductBootstap {
}
simulateCart() {
// Check of cart simulation is enabled.
if (!this.gateway.simulate_cart.enabled) {
return;
}