mirror of
https://github.com/safing/portbase
synced 2025-09-04 11:40:23 +00:00
Remove debug code
This commit is contained in:
parent
6093a46992
commit
7e9c2f49f0
1 changed files with 0 additions and 2 deletions
|
@ -286,8 +286,6 @@ func (b *BBolt) MaintainRecordStates(ctx context.Context, purgeDeletedBefore tim
|
||||||
c.Seek(key)
|
c.Seek(key)
|
||||||
}
|
}
|
||||||
|
|
||||||
time.Sleep(100 * time.Millisecond)
|
|
||||||
|
|
||||||
// check if context is cancelled
|
// check if context is cancelled
|
||||||
select {
|
select {
|
||||||
case <-ctx.Done():
|
case <-ctx.Done():
|
||||||
|
|
Loading…
Add table
Reference in a new issue