tsdb: Remove leftover debug fmt.Println

Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
beorn7
2025-10-07 14:58:25 +02:00
parent 077abc5cca
commit 5f582a7e1f

View File

@@ -2238,7 +2238,6 @@ func (a *headAppender) Rollback() (err error) {
}()
var series *memSeries
fmt.Println("ROLLBACK")
for _, b := range a.batches {
for i := range b.floats {
series = b.floatSeries[i]