mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 02:35:55 +00:00
update_feed_list: disable unnecessary debugging
This commit is contained in:
@@ -693,7 +693,9 @@
|
|||||||
|
|
||||||
foreach ($iterator as $item) {
|
foreach ($iterator as $item) {
|
||||||
|
|
||||||
print_r($item);
|
if ($_GET['xdebug']) {
|
||||||
|
print_r($item);
|
||||||
|
}
|
||||||
|
|
||||||
if (ENABLE_SIMPLEPIE) {
|
if (ENABLE_SIMPLEPIE) {
|
||||||
$entry_guid = $item->get_id();
|
$entry_guid = $item->get_id();
|
||||||
|
|||||||
Reference in New Issue
Block a user