branch | trunk |
changeset 748 | bf9dac4bdc5d |
parent 744 | ef4fb30176dd |
child 759 | 6620b7037407 |
1.1 --- a/gmyth-stream/server/0.3/plugins/transcoders/mencoder.py Tue Jun 05 12:32:43 2007 +0100 1.2 +++ b/gmyth-stream/server/0.3/plugins/transcoders/mencoder.py Tue Jun 12 22:13:46 2007 +0100 1.3 @@ -303,7 +303,6 @@ 1.4 # _run_mencoder() 1.5 1.6 def start(self, outfd): 1.7 - print "mencoder_opts: %s" % self.mencoder_opts 1.8 cmd = " ".join(self.mencoder_opts) 1.9 self.log.debug(self.tid, "Plugin's tid: %s" % self.tid) 1.10 self.log.debug(self.tid, "Mencoder: %s" % cmd)