mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-02 01:33:47 +00:00
elevenlabssynthesizer: remove stray progress message
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2348>
This commit is contained in:
parent
e82e5fe5ae
commit
6c1b331129
1 changed files with 0 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue