diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-02 17:37:20 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-02 17:37:20 +0300 |
| commit | 1fc2ade33b72dd299fc987943ddd09dee7c609ad (patch) | |
| tree | 6c7df87f1c39abde92ee05707ad3ad1a03e7b3e9 /internal/audio/fallbacks.go | |
| parent | f3b5f58a171eeb47716e2d15a40c4c480d2d5ef9 (diff) | |
task 002: restore Gemini fallback output and add failure coverage
Diffstat (limited to 'internal/audio/fallbacks.go')
| -rw-r--r-- | internal/audio/fallbacks.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/audio/fallbacks.go b/internal/audio/fallbacks.go index bd0c86e..0c3ed83 100644 --- a/internal/audio/fallbacks.go +++ b/internal/audio/fallbacks.go @@ -22,7 +22,6 @@ func RunWithVoiceFallbacks(initialVoice string, generate func(voice string) erro } lastErr = err - fmt.Printf("Warning: Gemini returned no audio for voice %s\n", voice) } return "", fmt.Errorf("Gemini returned no audio for voices %s: %w", strings.Join(attempted, ", "), lastErr) |
