Skip to content

Commit

Permalink
fix: remove stray debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalkuthe committed Oct 23, 2022
1 parent ed5637f commit b7bd37f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "termini"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
exclude = ["fuzz", "tests"]

Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit b7bd37f

Please sign in to comment.