Don't log word counts

Nobody cares
master
pictuga 2013-07-18 23:55:58 +02:00
parent 9e324465e4
commit 90efb84c57
1 changed files with 0 additions and 2 deletions

View File

@ -323,8 +323,6 @@ def Fill(item, cache, feedurl='/', fast=False):
count_content = countWord(item.content)
count_desc = countWord(item.desc)
log('desc: %s words, content: %s words' % (count_content, count_desc))
if max(count_content, count_desc) > 500:
log('long enough')
return True