From f44e591e20dc5c9f592e65c799492d53d9378bfb Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 21 Jan 2026 21:59:40 +0200 Subject: cleanup: remove temporary debug code --- internal/gui/app.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'internal/gui') diff --git a/internal/gui/app.go b/internal/gui/app.go index 9936c91..7d48f75 100644 --- a/internal/gui/app.go +++ b/internal/gui/app.go @@ -1052,7 +1052,6 @@ func (a *Application) onRegenerateAudio() { // Store the word we're generating for wordForGeneration := a.currentWord - fmt.Printf("DEBUG onRegenerateAudio: word='%s', isBgBg=%v\n", wordForGeneration, isBgBg) a.startOperation(wordForGeneration) defer a.endOperation(wordForGeneration) @@ -1146,7 +1145,6 @@ func (a *Application) onRegenerateBackAudio() { if translation == "" { translation = strings.TrimSpace(a.translationEntry.Text) } - fmt.Printf("DEBUG onRegenerateBackAudio: front='%s', back='%s'\n", a.currentWord, translation) wordForGeneration := a.currentWord a.startOperation(wordForGeneration) -- cgit v1.2.3