remove debug

This commit is contained in:
j 2010-04-08 11:54:14 +02:00
parent f3eaf4404f
commit 9e534ac1d5
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ def getMovieInfo(imdbId, timeout=-1):
title = stripTags(i[0]).strip().lower()
if title in ('genre', ):
txt = i[1].split('<a class="tn15more')[0].split('</div>')[0]
print txt
else:
txt= i[1]
txt = stripTags(txt).strip()