Remove cache-redirect

Some kind of no-longer-working code left-over
master
pictuga 2014-06-16 14:06:42 +02:00
parent 8270685ac6
commit 45478b592e
1 changed files with 0 additions and 4 deletions

View File

@ -496,10 +496,6 @@ def Fetch(url, cache, options):
log('url redirect')
log(url)
if 'cache' in cache:
cache.redirect(cache.get('cache'))
log('cache redirect')
# fetch feed
if not options.theforce and 'xml' in cache and cache.age('xml') < DELAY and 'style' in cache:
log('xml cached')