remove print statement from metacritic

This commit is contained in:
Alex Vidal 2011-02-22 11:59:14 -06:00
parent 1e30569fb1
commit f812a393ab
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ def metacritic(inp):
title_safe = http.quote_plus(title)
url = 'http://www.metacritic.com/search/%s/%s/results' % (cat, title_safe)
print url
try:
doc = http.get_html(url)