remove unnecessary log when listing resume fails (#17086)

This commit is contained in:
Harshavardhana 2023-04-26 14:53:25 -07:00 committed by GitHub
parent 8c874884fc
commit 6105997299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,10 +210,6 @@ func (z *erasureServerPools) listPath(ctx context.Context, o *listPathOptions) (
}
}()
o.ID = ""
if err != nil {
logger.LogIf(ctx, fmt.Errorf("Resuming listing from drives failed %w, proceeding to do raw listing", err))
}
}
// Do listing in-place.