update_feed_list: disable unnecessary debugging

master
Andrew Dolgov 17 years ago
parent 71bd29f6bb
commit 40ce98f4e6

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

Loading…
Cancel
Save