Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rustydb committed Apr 15, 2024
1 parent 1d4e1f8 commit 83138b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cmd/cli/bios/bios.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ func getSystemBios(host string) (systems []*redfish.ComputerSystem, bios *redfis
}
defer c.Logout()

// get the systems
service := c.Service
systems, err = service.Systems()
if err != nil || len(systems) < 1 {
Expand Down

0 comments on commit 83138b9

Please sign in to comment.