mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-19 05:21:06 +02:00
update_feed_list: disable unnecessary debugging
This commit is contained in:
parent
71bd29f6bb
commit
40ce98f4e6
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user