From 8ae97e7c0d35a74cd06360830c9224f6f191fe37 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 2 Feb 2016 12:54:54 -0500 Subject: [PATCH] removed test print statement --- index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/index.php b/index.php index 0a0e320..3a79d1c 100644 --- a/index.php +++ b/index.php @@ -448,7 +448,6 @@ function michsci_shortcode($atts) if(!$name){ $name = "ALL PRODUCTS"; } - echo $name; global $wp; echo '
'; -- 2.17.1