remove debug print

This commit is contained in:
Ramon Rüttimann
2019-11-09 13:13:25 +01:00
parent 7212112265
commit d451cb44fc

View File

@@ -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...)