Remove yet another silly log message

master
pictuga 2014-01-11 18:18:02 +01:00
parent 8209f243bb
commit 840b0b1ded
1 changed files with 0 additions and 2 deletions

View File

@ -566,8 +566,6 @@ def Fetch(url, cache, options):
return rss
def Gather(rss, url, cache, options):
log('YEAH')
size = len(rss.items)
startTime = time.time()