Merge pull request #6327 from influxdata/dom/remove-comment

chore: remove old comment
pull/24376/head
kodiakhq[bot] 2022-12-02 18:05:09 +00:00 committed by GitHub
commit ce75b6b239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -232,8 +232,6 @@ pub async fn new(
);
let persist_task = tokio::spawn(persist_actor.run());
// TODO: persist replayed ops, if any
// Build the chain of DmlSink that forms the write path.
let write_path = WalSink::new(Arc::clone(&buffer), wal.write_handle().await);