diff --git a/core/cli/soundgeneration.go b/core/cli/soundgeneration.go index 7c4e2afb0..4798de628 100644 --- a/core/cli/soundgeneration.go +++ b/core/cli/soundgeneration.go @@ -70,7 +70,6 @@ func (t *SoundGenerationCMD) Run(ctx *cliContext.Context) error { backend := v[:strings.IndexByte(v, ':')] uri := v[strings.IndexByte(v, ':')+1:] externalBackends[backend] = uri - fmt.Printf("TMP externalBackends[%q]=%q\n\n", backend, uri) } opts := &config.ApplicationConfig{