From 0aa5983ae57dff5868c6f66d2e75bde520c562aa Mon Sep 17 00:00:00 2001 From: 4yman <170770027+4yman-0@users.noreply.github.com> Date: Fri, 25 Oct 2024 23:58:06 +0100 Subject: [PATCH] fix: remove debug print statement --- src/fortune.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fortune.rs b/src/fortune.rs index 5c3073a..4bca083 100644 --- a/src/fortune.rs +++ b/src/fortune.rs @@ -98,7 +98,6 @@ pub fn get_quote(quote_size: &u8) { if target_length < 1 { target_length = 1; } - println!("{n}"); for q in "es { if q.len() <= target_length { tmp.push(q)