Merge pull request #17295 from prometheus/beorn7/cleanup

tsdb: Remove leftover debug fmt.Println
This commit is contained in:
Björn Rabenstein 2025-10-07 15:22:53 +02:00 committed by GitHub
commit cf0ba36db0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

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]