update_feed_list: disable unnecessary debugging
This commit is contained in:
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…
Reference in New Issue