Remove obsolete debug message.

This commit is contained in:
beorn7 2015-04-13 16:59:52 +02:00
parent c44c81ebb0
commit c563398c68

View file

@ -625,7 +625,6 @@ func testEvictAndPurgeSeries(t *testing.T, encoding chunkEncoding) {
if archived { if archived {
t.Fatal("archived") t.Fatal("archived")
} }
fmt.Println(series.headChunkClosed, len(series.chunkDescs))
// This will archive again, but must not drop it completely, despite the // This will archive again, but must not drop it completely, despite the
// memorySeries being empty. // memorySeries being empty.