Skip to content

Commit

Permalink
consensus/bor: remove debug print logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Raneet10 committed Feb 7, 2025
1 parent c80c9b1 commit b4de2ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions consensus/bor/heimdall/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,6 @@ func Fetch[T any](ctx context.Context, request *Request) (*T, error) {
return nil, err
}

fmt.Println("BODY!!: ", body, "REQUEST!!: ", request.url)

if body == nil {
return nil, ErrNoResponse
}
Expand Down

0 comments on commit b4de2ba

Please sign in to comment.