Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
endorama committed Jan 17, 2025
1 parent db94233 commit b97cf14
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions functionaltests/internal/esclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,5 @@ func (c *Client) GetESErrorLogs(ctx context.Context) (*search.Response, error) {
return search.NewResponse(), fmt.Errorf("cannot run search query: %w", err)
}

fmt.Printf("%+v\n", res)
fmt.Println(res.Hits.Total.Value)

return res, nil
}

0 comments on commit b97cf14

Please sign in to comment.