Skip to content

Commit

Permalink
Removed redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bovem committed Jan 16, 2024
1 parent 716b583 commit cc58f2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/bragSummarize.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ func Summarize(timeFrame string, model string, prompt string) () {
return
}

// Read the response body
body, err = ioutil.ReadAll(resp.Body)
if err != nil {
fmt.Println("Error reading response body")
Expand Down

0 comments on commit cc58f2e

Please sign in to comment.