From ad4d24dc92148a5a35546176ea18402553a71284 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 9 Jan 2026 16:41:12 -0600 Subject: [PATCH] remove debug call too --- src/ui/text_svg.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/text_svg.rs b/src/ui/text_svg.rs index c158e79..16051d8 100644 --- a/src/ui/text_svg.rs +++ b/src/ui/text_svg.rs @@ -249,7 +249,7 @@ impl TextSvg { } pub fn build(mut self) -> Self { - debug!("starting..."); + // debug!("starting..."); // let mut path = dirs::data_local_dir().unwrap(); // path.push(PathBuf::from("lumina")); @@ -333,7 +333,7 @@ impl TextSvg { // return self; // } - debug!("text string built..."); + // debug!("text string built..."); let resvg_tree = Tree::from_data( final_svg.as_bytes(), &resvg::usvg::Options {