Skip to content

Commit

Permalink
🔥Remove Unnecessary Print Line
Browse files Browse the repository at this point in the history
  • Loading branch information
sloganking committed Oct 25, 2023
1 parent 3d47524 commit 903882e
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 @@ -408,7 +408,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 903882e

Please sign in to comment.