Skip to content

Commit e73e825

Browse files
author
James W. Brinkerhoff
committed
providers/supermicro/x11.go: Remove misleading debug error logging
1 parent 3fb3a48 commit e73e825

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

providers/supermicro/x11.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ func (c *x11) queryDeviceModel(ctx context.Context) (string, error) {
3838
errBoardPartNumUnknown := errors.New("baseboard part number unknown")
3939
data, err := c.fruInfo(ctx)
4040
if err != nil {
41-
c.log.Error(err, "fruInfo error")
4241
if strings.Contains(err.Error(), "404") || strings.Contains(err.Error(), "<html>") {
4342
return "", ErrXMLAPIUnsupported
4443
}

0 commit comments

Comments
 (0)