From 60168f7f69ea9388f3ea3917a11f67658570cb17 Mon Sep 17 00:00:00 2001 From: Sam Sykes Date: Mon, 26 Jan 2026 23:16:43 +0000 Subject: [PATCH] remove comment --- src/pipecat/services/speechmatics/stt.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pipecat/services/speechmatics/stt.py b/src/pipecat/services/speechmatics/stt.py index b194e1b5b..1d25d6af6 100644 --- a/src/pipecat/services/speechmatics/stt.py +++ b/src/pipecat/services/speechmatics/stt.py @@ -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.