Skip to content

Commit

Permalink
Remove erroneous print line
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Oct 17, 2023
1 parent 2ec02a2 commit 91966ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion providers/dell/idrac.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ var errManufacturerUnknown = errors.New("error identifying device manufacturer")
func (c *Conn) deviceManufacturer(ctx context.Context) (vendor string, err error) {
systems, err := c.redfishwrapper.Systems()
if err != nil {
fmt.Println(err.Error())
return "", errors.Wrap(errManufacturerUnknown, err.Error())
}

Expand Down

0 comments on commit 91966ac

Please sign in to comment.