remove obsolete test

This commit is contained in:
clinton-hall 2014-03-19 07:10:18 +10:30
commit 21fc2f9217

View file

@ -131,7 +131,6 @@ def get_status(baseURL, movie_id, download_id):
return None, None
Logger.debug("Looking for status of movie: %s", movie_id)
if not result: # we haven't already called media.get
url = baseURL + "media.get/?id=" + str(movie_id)
Logger.debug("Opening URL: %s", url)