Skip to content

Commit 28d1ef3

Browse files
AnnatarHeclaude
andcommitted
fix(ai): remove verbose query result logging
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 86c48ef commit 28d1ef3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

commands/query.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ func commandQuery(c *cli.Context) error {
101101

102102
// Print newline after streaming
103103
fmt.Println()
104-
slog.InfoContext(ctx, "query command", "command", result.String())
105104

106105
newCommand := strings.TrimSpace(result.String())
107106

0 commit comments

Comments
 (0)