mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Remove obsolete debug message.
This commit is contained in:
parent
c44c81ebb0
commit
c563398c68
|
@ -625,7 +625,6 @@ func testEvictAndPurgeSeries(t *testing.T, encoding chunkEncoding) {
|
|||
if archived {
|
||||
t.Fatal("archived")
|
||||
}
|
||||
fmt.Println(series.headChunkClosed, len(series.chunkDescs))
|
||||
|
||||
// This will archive again, but must not drop it completely, despite the
|
||||
// memorySeries being empty.
|
||||
|
|
Loading…
Reference in a new issue