19923: Remove debug sleep.
authorTom Clegg <tom@curii.com>
Fri, 27 Jan 2023 15:50:29 +0000 (10:50 -0500)
committerTom Clegg <tom@curii.com>
Fri, 27 Jan 2023 15:50:29 +0000 (10:50 -0500)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

services/keep-balance/balance.go

index 31712145056a929938fd90e24da1df4a459fa40e..a0b888a51ff054d659d9a6d88dabecb224a8e538 100644 (file)
@@ -156,7 +156,6 @@ func (bal *Balancer) Run(ctx context.Context, client *arvados.Client, cluster *a
                return
        }
        bal.ComputeChangeSets()
-       time.Sleep(time.Second)
        bal.PrintStatistics()
        if err = bal.CheckSanityLate(); err != nil {
                return