diff --git a/cmd/metacache-server-pool.go b/cmd/metacache-server-pool.go index b17938747..56a23a567 100644 --- a/cmd/metacache-server-pool.go +++ b/cmd/metacache-server-pool.go @@ -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.