mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-05 14:02:57 +00:00
delete
This commit is contained in:
@@ -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: {}",
|
||||
|
||||
Reference in New Issue
Block a user