diff -r d32867e8767b -r 8e3f5544aa24 gmyth-stream/server/0.3/plugins/transcoders/gmencoder.py --- a/gmyth-stream/server/0.3/plugins/transcoders/gmencoder.py Wed Jul 04 15:03:53 2007 +0100 +++ b/gmyth-stream/server/0.3/plugins/transcoders/gmencoder.py Wed Jul 04 21:32:20 2007 +0100 @@ -82,7 +82,6 @@ r, w, x = select.select([self.proc.stdout], [], [], 0) if self.proc.stdout in r: progress = self.proc.stdout.readline() - self.log.debug(self.tid, "stdout %s" % progress) if (progress.find ("PROGRESS") >= 0): self.status = progress.split (":")[1] except Exception, e: