remove debug fmt.Println in tombstones. (#6135)
Signed-off-by: Krasi Georgiev <8903888+krasi-georgiev@users.noreply.github.com>
This commit is contained in:
parent
04c1c7974e
commit
b05b5f9a30
|
@ -253,7 +253,6 @@ func (t *memTombstones) AddInterval(ref uint64, itvs ...Interval) {
|
|||
t.mtx.Lock()
|
||||
defer t.mtx.Unlock()
|
||||
for _, itv := range itvs {
|
||||
fmt.Println("adding interval to ref: ", ref)
|
||||
t.intvlGroups[ref] = t.intvlGroups[ref].Add(itv)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue