]> git.wh0rd.org - tt-rss.git/blobdiff - update_feeds.php
remove unnecessary mentions of global_purge_old_posts; add debugging to purge_orphans()
[tt-rss.git] / update_feeds.php
index 0d93358e5f7661e4ac7d3e7b15b875d0f95e59a3..6a4aa2a1b81be715ca5d792e71c68569444ed392 100755 (executable)
@@ -34,9 +34,6 @@
 
        init_connection($link);
 
-       // Purge all posts (random 30 feeds)
-       //global_purge_old_posts($link, true, 30);
-
        // Update all feeds needing a update.
        update_daemon_common($link);