[eagleplatform] Remove debug output

This commit is contained in:
Sergey M․ 2015-03-07 22:35:36 +06:00
parent d47ae7f620
commit 8a48223a7b
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ class EaglePlatformIE(InfoExtractor):
}]
def _handle_error(self, response):
print(response['status'])
status = int_or_none(response.get('status', 200))
if status != 200:
raise ExtractorError(' '.join(response['errors']), expected=True)