Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitenjain14 committed Mar 8, 2025
1 parent 74ecab3 commit b5c0767
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zboxcore/sdk/listworker.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ func (req *ListRequest) getlistFromBlobbers() ([]*listResponse, error) {
if numList == 0 {
return nil, errors.New("no blobbers", "getlistFromBlobbers")
}
l.Logger.Debug("getListFromBlobbers: ", numList)
for i := 0; i < numList; i++ {
listInfos[i] = <-rspCh
if !req.forRepair {
Expand Down

0 comments on commit b5c0767

Please sign in to comment.