소스 검색

[eagleplatform] Remove debug output

Sergey M․ 10 년 전
부모
커밋
8a48223a7b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      youtube_dl/extractor/eagleplatform.py

+ 0 - 1
youtube_dl/extractor/eagleplatform.py

@@ -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)