remove comment

This commit is contained in:
Sam Sykes
2026-01-26 23:16:43 +00:00
parent 23d7608e5f
commit 60168f7f69

View File

@@ -694,7 +694,6 @@ class SpeechmaticsSTTService(STTService):
)
elif not self._enable_vad and self._client is not None:
self._client.finalize()
# self.confirm_finalize()
async def _send_frames(self, segments: list[dict[str, Any]], finalized: bool = False) -> None:
"""Send frames to the pipeline.