mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-05 12:26:14 +02:00
tsdb: Remove leftover debug fmt.Println
Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
parent
077abc5cca
commit
5f582a7e1f
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user