Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain committed May 28, 2024
1 parent 258ca3b commit da9decb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion beacon-chain/rpc/eth/validator/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,6 @@ func (s *Server) GetAttesterDuties(w http.ResponseWriter, r *http.Request) {
if requestedEpoch == 0 {
r, err := s.BeaconDB.GenesisBlockRoot(ctx)
if err != nil {
fmt.Println("Could not get genesis block root: ", err)
httputil.HandleError(w, "Could not get genesis block root: "+err.Error(), http.StatusInternalServerError)
return
}
Expand Down

0 comments on commit da9decb

Please sign in to comment.