19923: Remove debug sleep.
[arvados.git] / 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