1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-24 11:56:36 +02:00

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

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