assistant: Remove outdated comment (#17105)

This used to appear on a call to `prune_invalid_workflow_steps`, but
that method doesn't exist anymore.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-08-29 14:24:08 -04:00 committed by GitHub
parent d60466212d
commit 89487772b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1977,7 +1977,6 @@ impl Context {
);
});
// Use `inclusive = false` as edits might occur at the end of a parsed step.
cx.emit(ContextEvent::StreamedCompletion);
Some(())