diff --git a/storage/local/storage_test.go b/storage/local/storage_test.go index 2f53b77ee2..6ebbb1a361 100644 --- a/storage/local/storage_test.go +++ b/storage/local/storage_test.go @@ -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.