chore: remove log

This commit is contained in:
Kujtim Hoxha
2025-07-30 16:06:18 +02:00
parent 11a90e1cf6
commit 54bf4a6e02

View File

@@ -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 != "" {