From 40ce98f4e66b1561a64a332ed9fe99a7234b981b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 20 Nov 2007 06:31:18 +0100 Subject: [PATCH] update_feed_list: disable unnecessary debugging --- functions.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 943e5fb0..41fca453 100644 --- a/functions.php +++ b/functions.php @@ -693,7 +693,9 @@ foreach ($iterator as $item) { - print_r($item); + if ($_GET['xdebug']) { + print_r($item); + } if (ENABLE_SIMPLEPIE) { $entry_guid = $item->get_id(); -- 2.39.5