소스 검색

Remove debug prints

riking 11 년 전
부모
커밋
165250ff5e
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      youtube_dl/extractor/common.py

+ 0 - 2
youtube_dl/extractor/common.py

@@ -442,14 +442,12 @@ class InfoExtractor(object):
         If there's no info available, return None
         """
         if self._downloader is None:
-            self.to_screen("no downloader")
             return None
         downloader_params = self._downloader.params
 
         if downloader_params.get('twofactor', None) is not None:
             return downloader_params['twofactor']
 
-        self.to_screen("param is None")
         return None
 
     # Helper functions for extracting OpenGraph info