summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-03-07 22:35:36 +0600
committerSergey M․ <dstftw@gmail.com>2015-03-07 22:35:36 +0600
commit8a48223a7ba5a3d1e47a36c30dd925e11183ae63 (patch)
treef1d3de3ca6cbaa848e236c6ae188bad16acc9733
parentd47ae7f620e3b7be2387da2a61b618a3730d932a (diff)
downloadyoutube-dl-8a48223a7ba5a3d1e47a36c30dd925e11183ae63.tar.gz
youtube-dl-8a48223a7ba5a3d1e47a36c30dd925e11183ae63.tar.xz
youtube-dl-8a48223a7ba5a3d1e47a36c30dd925e11183ae63.zip
[eagleplatform] Remove debug output
-rw-r--r--youtube_dl/extractor/eagleplatform.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/eagleplatform.py b/youtube_dl/extractor/eagleplatform.py
index 654f746fe..7173371ee 100644
--- a/youtube_dl/extractor/eagleplatform.py
+++ b/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)