diff --git a/transcoder/transcoder.go b/transcoder/transcoder.go index 0e9ea5b..184ffb0 100644 --- a/transcoder/transcoder.go +++ b/transcoder/transcoder.go @@ -175,7 +175,6 @@ func (t *Transcoder) Initialize(inputPath string, outputPath string) error { func (t *Transcoder) Run(progress bool) <-chan error { done := make(chan error) command := t.GetCommand() - fmt.Println(command) if !progress { command = append([]string{"-nostats", "-loglevel", "0"}, command...)