Skip to content

Commit

Permalink
Merge pull request #7 from sloganking/master
Browse files Browse the repository at this point in the history
🔥Remove Unnecessary Print Line
  • Loading branch information
sloganking authored Oct 25, 2023
2 parents 690f098 + 903882e commit 7db556e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ fn main() -> Result<(), Box<dyn Error>> {

if let Some(last_char) = transcription.chars().last() {
if ['.', '?', '!', ','].contains(&last_char) {
println!("adding space to end of transcription");
transcription.push(' ');
}
}
Expand Down

0 comments on commit 7db556e

Please sign in to comment.