mirror of
https://github.com/mii443/ncb-tts-r2.git
synced 2025-08-22 16:15:29 +00:00
remove println
This commit is contained in:
@ -275,7 +275,6 @@ impl EventHandler for Handler {
|
||||
return;
|
||||
}
|
||||
|
||||
println!("READ: {:?}", message);
|
||||
instance.read(message, &ctx).await;
|
||||
}
|
||||
}
|
||||
|
@ -46,7 +46,6 @@ impl TTSMessage for Message {
|
||||
|
||||
async fn synthesize(&self, instance: &mut TTSInstance, ctx: &Context) -> String {
|
||||
let text = self.parse(instance, ctx).await;
|
||||
println!("Parsed: {:?}", text);
|
||||
|
||||
let data_read = ctx.data.read().await;
|
||||
let storage = data_read.get::<TTSClientData>().expect("Cannot get GCP TTSClientStorage").clone();
|
||||
|
Reference in New Issue
Block a user