浏览代码

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)