Skip to content

Commit

Permalink
Remove comment from exporter.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferKaiser21 authored Jun 28, 2024
1 parent a623743 commit 6e6b9d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exporter/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ func NewExporter(ctx context.Context, target, uri, profile, model string, exclud
zap.Strings("physical_drive_endpoints", driveEndpointsResp.physicalDriveURLs),
zap.Any("trace_id", ctx.Value("traceID")))

// Using initial /UpdateService/FirmwareInventory endpoint, grab all of the Firmware Inventory URLs
// Call /redfish/v1/Managers/XXXX/UpdateService/FirmwareInventory/ for firmware inventory
firmwareInventoryEndpoints, err := getMemberUrls(exp.url+uri+"/UpdateService/FirmwareInventory/", target, retryClient)
if err != nil {
Expand Down

0 comments on commit 6e6b9d7

Please sign in to comment.