diff --git a/cdc/redo/writer/memory/mem_log_writer.go b/cdc/redo/writer/memory/mem_log_writer.go index 66a41873046..0460fdbf08b 100644 --- a/cdc/redo/writer/memory/mem_log_writer.go +++ b/cdc/redo/writer/memory/mem_log_writer.go @@ -52,7 +52,6 @@ func NewLogWriter( return nil, errors.WrapError(errors.ErrRedoConfigInvalid, errors.New("invalid LogWriterConfig")) } - // "nfs" and "local" scheme are converted to "file" scheme if !cfg.UseExternalStorage { redo.FixLocalScheme(cfg.URI)