From 2e4273165f67b8be353e83141b79a0b8d5fbfba0 Mon Sep 17 00:00:00 2001 From: maksim Date: Fri, 4 Jul 2025 08:45:34 +0300 Subject: [PATCH] remove debug info --- .../shop/components/single-product/component-controller.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/wp-content/themes/cosmopet/modules/shop/components/single-product/component-controller.php b/wp-content/themes/cosmopet/modules/shop/components/single-product/component-controller.php index 7c753c9..db257b4 100644 --- a/wp-content/themes/cosmopet/modules/shop/components/single-product/component-controller.php +++ b/wp-content/themes/cosmopet/modules/shop/components/single-product/component-controller.php @@ -38,12 +38,6 @@ if (function_exists('is_product') && is_product()) { ]; } $attributes[wc_attribute_label($taxonomy)] = $attr_values; - if ($_GET["gp-test"]) { - // ?gp-test=1 - echo '
';
-                        print_r($attr_values);
-                        echo '
'; - } } } else { $attributes[wc_attribute_label($taxonomy)] = $attribute->get_options();