From 970079e68a262281cff629a5a43e0e56012d8b2d Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Sun, 8 Mar 2026 08:49:29 +0100 Subject: [PATCH] fix: Remove debug print statement from soundgeneration.go (C2) (#8843) fix: remove debug fmt.Printf statement from soundgeneration.go (#C2) Signed-off-by: localai-bot Co-authored-by: localai-bot --- core/cli/soundgeneration.go | 1 - 1 file changed, 1 deletion(-) 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{