소스 검색

remove debugging code

Philipp Hagemeister 14 년 전
부모
커밋
5623100e43
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      youtube-dl

+ 0 - 1
youtube-dl

@@ -713,7 +713,6 @@ class FileDownloader(object):
 				self.trouble(u'ERROR: Cannot write description file: %s' % str(descfn))
 				return
 
-		print(repr(self.params))
 		if self.params.get('writeinfojson', False):
 			infofn = filename + '.info.json'
 			self.report_writeinfojson(infofn)