Cleanup print statements. Always enable Compression

This commit is contained in:
2026-01-15 13:39:22 +01:00
parent 155e05495e
commit 72248defbf
3 changed files with 7 additions and 5 deletions

View File

@@ -408,7 +408,6 @@ func (m *MemoryStore) FromCheckpointFiles(dir string, from int64) (int, error) {
return m.FromCheckpoint(dir, from, altFormat)
}
cclog.Info("[METRICSTORE]> No valid checkpoint files found")
return 0, nil
}