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();