Removed extra comments

This commit is contained in:
David J. Allen 2024-05-10 13:48:36 -06:00
parent 886a5d4d82
commit e0d02e5651
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC

View file

@ -339,10 +339,6 @@ func CollectUsers(client *bmclib.Client, q *QueryParams) ([]byte, error) {
}
func CollectBios(client *bmclib.Client, q *QueryParams) ([]byte, error) {
// client, err := NewClient(l, q)
// if err != nil {
// return nil, fmt.Errorf("failed to make query: %v", err)
// }
b, err := makeRequest(client, client.GetBiosConfiguration, q.Timeout)
return b, err
}