]> git.wh0rd.org - tt-rss.git/blobdiff - functions.php
update_feed_list: disable unnecessary debugging
[tt-rss.git] / functions.php
index 943e5fb0d6197db669beea10f5cf630d0c05e320..41fca453fc79251557eba017c0bda38a185c18a8 100644 (file)
 
                        foreach ($iterator as $item) {
 
-                               print_r($item);
+                               if ($_GET['xdebug']) {
+                                       print_r($item);
+                               }
 
                                if (ENABLE_SIMPLEPIE) {
                                        $entry_guid = $item->get_id();