diff --git a/internal/wal/wal_aof.go b/internal/wal/wal_aof.go index c55ead590..a94add0cc 100644 --- a/internal/wal/wal_aof.go +++ b/internal/wal/wal_aof.go @@ -72,7 +72,6 @@ func NewAOFWAL(directory string) (*AOF, error) { } func (wal *AOF) Init(t time.Time) error { - // TODO - Restore existing checkpoints to memory // Create the directory if it doesn't exist