From b7bd37f7838bc148bbb11abc572057f1dc4b7302 Mon Sep 17 00:00:00 2001 From: Pascal Kuthe Date: Sun, 23 Oct 2022 12:27:28 +0200 Subject: [PATCH] fix: remove stray debug println --- Cargo.toml | 2 +- src/lib.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 04ca61d..f6be312 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "termini" -version = "0.1.3" +version = "0.1.4" edition = "2021" exclude = ["fuzz", "tests"] diff --git a/src/lib.rs b/src/lib.rs index 0aabefc..67b4c0b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -294,7 +294,6 @@ impl TermInfo { // Check non-standard location. let mut path = path.clone(); path.push(format!("{:x}", first as usize)); - println!("{}", path.display()); path.push(name); if fs::metadata(&path).is_ok() {