From fcc95e24e99011b27e1df6afdf572472ba18f789 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 May 2007 08:33:50 +0100 Subject: [PATCH] remove unnecessary debugging --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 42a98616..050780dd 100644 --- a/functions.php +++ b/functions.php @@ -883,7 +883,7 @@ } } - print "

TAGS: "; print_r($entry_tags); print "

"; +// print "

TAGS: "; print_r($entry_tags); print "

"; if (count($entry_tags) > 0) { -- 2.39.2