update_feed_list: disable unnecessary debugging

This commit is contained in:
Andrew Dolgov 2007-11-20 06:31:18 +01:00
parent 71bd29f6bb
commit 40ce98f4e6
1 changed files with 3 additions and 1 deletions

View File

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