elevenlabssynthesizer: remove stray progress message

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2348>
This commit is contained in:
Mathieu Duponchelle 2025-07-04 19:42:05 +02:00 committed by GStreamer Marge Bot
parent e82e5fe5ae
commit 6c1b331129

View file

@ -504,8 +504,6 @@ impl Synthesizer {
state.send_abort_handle = Some(abort_handle);
}
self.post_start("request", "transcription request sent");
let ret = match RUNTIME.block_on(future) {
Err(_) => {
gst::debug!(CAT, imp = self, "send aborted, returning flushing");