Added temp print statement(s)

This commit is contained in:
David Allen 2024-05-16 15:54:53 -06:00
parent 08a2c8ede7
commit 81dee7f1c9
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC

View file

@ -435,6 +435,7 @@ func CollectSystems(c *gofish.APIClient, q *QueryParams) ([]byte, error) {
// /redfish/v1/Systems
// /redfish/v1/Systems/Members
// /redfish/v1/Systems/
fmt.Printf("system count: %d\n", len(systems))
var temp []map[string]any
if len(systems) == 0 {
url := baseRedfishUrl(q) + "/Systems"