Skip to content

Commit

Permalink
fix: remove debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
4yman-0 authored and cafkafk committed Dec 28, 2024
1 parent 11ec61f commit 0aa5983
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fortune.rs
Original file line number Diff line number Diff line change
@@ -98,7 +98,6 @@ pub fn get_quote(quote_size: &u8) {
if target_length < 1 {
target_length = 1;
}
println!("{n}");
for q in &quotes {
if q.len() <= target_length {
tmp.push(q)

0 comments on commit 0aa5983

Please sign in to comment.