@ -497,10 +497,6 @@ class MainHandler(WebHandler):
else:
t.layout=sickbeard.EPISODE_VIEW_LAYOUT
# network countries
cache_db=db.DBConnection('cache.db')
t.country_results=['(%s)'%x['tvrage_country']forxincache_db.select('SELECT distinct(tvrage_country) FROM [network_conversions] where tvdb_network like "%(" || tvrage_country || ")" order by tvrage_country')]