From 30e79d0df6d3a15720d9a8e1b3f471d1a839b016 Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Fri, 27 Sep 2024 10:32:39 +0000 Subject: [PATCH] delete --- sbv2_core/src/jtalk.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/sbv2_core/src/jtalk.rs b/sbv2_core/src/jtalk.rs index 36b1520..73aa2a8 100644 --- a/sbv2_core/src/jtalk.rs +++ b/sbv2_core/src/jtalk.rs @@ -230,7 +230,6 @@ impl JTalkProcess { )) { return Ok(text.chars().map(|x| x.to_string()).collect()); } - println!("text: {:?}", text); if !KATAKANA_PATTERN.is_match(&text) { return Err(Error::ValueError(format!( "Input must be katakana only: {}",