betaseries: removing print line used for debug

This commit is contained in:
German Gutierrez 2020-05-08 14:08:17 +02:00
parent dae68d7e8b
commit fda6b5ef01
1 changed files with 0 additions and 1 deletions

View File

@ -139,7 +139,6 @@ class BetaSeriesProvider(Provider):
def download_subtitle(self, subtitle):
logger.info('Downloading subtitle %r', subtitle)
r = self.session.get(subtitle.download_link, timeout=10)
print('STATUS %s' % r.status_code)
if r.status_code == 404:
logger.error('Error 404 downloading %r', subtitle)
return