Skip to content

Commit

Permalink
delete
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna2134 committed Sep 27, 2024
1 parent 04c21aa commit 30e79d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sbv2_core/src/jtalk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}",
Expand Down

0 comments on commit 30e79d0

Please sign in to comment.