Skip to content

Commit 5363c22

Browse files
committed
Cleanup
1 parent 980f3d7 commit 5363c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ fn default_language_code(provider: &Provider) -> Option<String> {
5656
_ => None,
5757
}
5858
}
59+
5960
pub(crate) async fn tts(args: &TextToSpeechArgs, key: &transformrs::Key, input: &str) {
6061
let provider = key.provider.clone();
6162
let config = transformrs::text_to_speech::TTSConfig {
@@ -70,7 +71,6 @@ pub(crate) async fn tts(args: &TextToSpeechArgs, key: &transformrs::Key, input:
7071
.or_else(|| default_language_code(&provider)),
7172
..Default::default()
7273
};
73-
println!("Config: {:?}", config);
7474
let model = args
7575
.model
7676
.clone()

0 commit comments

Comments
 (0)