Skip to content

Commit

Permalink
feat: fmt to log
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
  • Loading branch information
tty47 committed Aug 11, 2023
1 parent dab817d commit 659eb08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/k8s/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,7 @@ func GenesisHash(pods config.MutualPeersConfig) (string, string) {
}

bodyString := string(bodyBytes)
fmt.Println("Response Body:")
fmt.Println(bodyString)
log.Info("Response Body:", bodyString)

// Parse the JSON response into a generic map
var jsonResponse map[string]interface{}
Expand Down

0 comments on commit 659eb08

Please sign in to comment.