add logs to delete

Signed-off-by: m.malygina <m.malygina@yadro.com>
m.malygina 2024-06-20 13:05:43 +03:00
parent 17e9a4865c
commit a9e09aa068
1 changed files with 0 additions and 1 deletions

View File

@ -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
}