[eagleplatform] Remove debug output
authorSergey M․ <dstftw@gmail.com>
Sat, 7 Mar 2015 16:35:36 +0000 (22:35 +0600)
committerSergey M․ <dstftw@gmail.com>
Sat, 7 Mar 2015 16:35:36 +0000 (22:35 +0600)
youtube_dl/extractor/eagleplatform.py

index 654f746fe9381aad29dcee1cd534953113e66605..7173371eef85da1be53a5476312b36ffdedb0c8d 100644 (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)