mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:45:55 +00:00
update_feed_list: disable unnecessary debugging
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user