chore: remove log

Kujtim Hoxha created

Change summary

internal/llm/provider/anthropic.go | 1 -
1 file changed, 1 deletion(-)

Detailed changes

internal/llm/provider/anthropic.go 🔗

@@ -223,7 +223,6 @@ func (a *anthropicClient) preparedMessages(messages []anthropic.MessageParam, to
 	}
 
 	systemBlocks := []anthropic.TextBlockParam{}
-	slog.Info("Testing", "prefix", a.providerOptions.systemPromptPrefix)
 
 	// Add custom system prompt prefix if configured
 	if a.providerOptions.systemPromptPrefix != "" {