Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Zhao <[email protected]>
  • Loading branch information
PetrusZ committed Feb 14, 2025
1 parent 1ef9a84 commit 45ad132
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/tool/llm/openai.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ func (c *OpenAIClient) GetCompletion(ctx context.Context, prompt string, options
message = strings.TrimSpace(message)
}

log.Debugf("ai completion result: %s", message)

return message, nil
}

Expand Down

0 comments on commit 45ad132

Please sign in to comment.