diff --git a/internal/registry/obj_selector.go b/internal/registry/obj_selector.go index 6521a55..ef9e0d9 100644 --- a/internal/registry/obj_selector.go +++ b/internal/registry/obj_selector.go @@ -170,7 +170,6 @@ func (o *ObjSelector) selectLoop() { // no more objects, wait a little; the logic could be improved. select { case <-time.After(time.Second): - println("o.ctx.Done(): ", o.ctx.Done()) case <-o.ctx.Done(): return }