Remove debug code

This commit is contained in:
Daniel 2020-05-15 17:09:42 +02:00
parent 6093a46992
commit 7e9c2f49f0

View file

@ -286,8 +286,6 @@ func (b *BBolt) MaintainRecordStates(ctx context.Context, purgeDeletedBefore tim
c.Seek(key)
}
time.Sleep(100 * time.Millisecond)
// check if context is cancelled
select {
case <-ctx.Done():