Skip to content

Commit

Permalink
Remove comments from exporter.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferKaiser21 authored Jun 28, 2024
1 parent c8f0ff6 commit a623743
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions exporter/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,13 +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
// firmwareInventoryEndpoints, err := getMemberUrls(exp.url+uri+"/UpdateService/FirmwareInventory/", target, retryClient)
// if err != nil {
// log.Error("error when getting FirmwareInventory url", zap.Error(err), zap.Any("trace_id", ctx.Value("traceID")))
// firmwareInventoryEndpoints = []string{}
// }

// 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)
Expand Down

0 comments on commit a623743

Please sign in to comment.