chore: remove redundant debug output

This commit is contained in:
Lixeer 2026-02-15 06:30:31 +08:00
parent b4e400b9c6
commit 388283a9f4

View file

@ -71,11 +71,11 @@ func (p *GitHubCopilotProvider) Chat(ctx context.Context, messages []Message, to
fmt.Println("[DEBUG] call p.session.Send")
content,_ := p.session.Send(ctx,copilot.MessageOptions{ content,_ := p.session.Send(ctx,copilot.MessageOptions{
Prompt: string(fullcontent), Prompt: string(fullcontent),
}) })
fmt.Println("[DEBUG] end cal")
return &LLMResponse{ return &LLMResponse{
FinishReason : "stop", FinishReason : "stop",