From: Andrew Dolgov Date: Tue, 20 Nov 2007 05:31:18 +0000 (+0100) Subject: update_feed_list: disable unnecessary debugging X-Git-Tag: 1.2.17~2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=40ce98f4e66b1561a64a332ed9fe99a7234b981b;p=tt-rss.git update_feed_list: disable unnecessary debugging --- 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();