do not catchup newly subscribed feeds

This commit is contained in:
Andrew Dolgov 2013-06-25 10:01:41 +04:00
parent f26347917f
commit 420940fa90
1 changed files with 0 additions and 5 deletions

View File

@ -1062,11 +1062,6 @@
_debug("article processed", $debug_enabled);
}
if (!$last_updated) {
_debug("new feed, catching it up...", $debug_enabled);
catchup_feed($feed, false, $owner_uid);
}
_debug("purging feed...", $debug_enabled);
purge_feed($feed, 0, $debug_enabled);