Remove debug prints
This commit is contained in:
		| @@ -442,14 +442,12 @@ class InfoExtractor(object): | |||||||
|         If there's no info available, return None |         If there's no info available, return None | ||||||
|         """ |         """ | ||||||
|         if self._downloader is None: |         if self._downloader is None: | ||||||
|             self.to_screen("no downloader") |  | ||||||
|             return None |             return None | ||||||
|         downloader_params = self._downloader.params |         downloader_params = self._downloader.params | ||||||
|  |  | ||||||
|         if downloader_params.get('twofactor', None) is not None: |         if downloader_params.get('twofactor', None) is not None: | ||||||
|             return downloader_params['twofactor'] |             return downloader_params['twofactor'] | ||||||
|  |  | ||||||
|         self.to_screen("param is None") |  | ||||||
|         return None |         return None | ||||||
|  |  | ||||||
|     # Helper functions for extracting OpenGraph info |     # Helper functions for extracting OpenGraph info | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 riking
					riking