Skip to content

Commit

Permalink
removing providers doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
ofaurax committed Nov 10, 2023
1 parent 3b6ae14 commit 7ae9327
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,10 @@ func (c *Client) registerProviders() {
}

c.registerASRRProvider()
//c.registerGofishProvider()
//c.registerIntelAMTProvider()
//c.registerDellProvider()
//c.registerSupermicroProvider()
c.registerGofishProvider()
c.registerIntelAMTProvider()
c.registerDellProvider()
c.registerSupermicroProvider()
}

// GetMetadata returns the metadata that is populated after each BMC function/method call
Expand Down
2 changes: 0 additions & 2 deletions providers/asrockrack/firmware.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ func (a *ASRockRack) FirmwareInstall(ctx context.Context, component, applyAt str
}

size = finfo.Size()
a.log.V(20).Info("File info:", finfo)
}
a.log.V(20).Info("File size:", size)

component = strings.ToUpper(component)
switch component {
Expand Down

0 comments on commit 7ae9327

Please sign in to comment.