Skip to content

Commit b3f51f5

Browse files
committed
print completion
1 parent c4fefd4 commit b3f51f5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cmd/review/review.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ func processFiles(ctx context.Context, openAIClient *oAIClient.Client, diff *git
5959
return nil, fmt.Errorf("error getting completion: %w", err)
6060
}
6161

62-
if opts.Test {
63-
fmt.Println("Completion:", completion)
64-
}
62+
fmt.Println("Completion:", completion)
6563

6664
review, err := extractReviewFromString(completion)
6765
if err != nil {

0 commit comments

Comments
 (0)