From 146e2019a1ac4b96531d70d9cde3aae03f79b8e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sun, 2 Jun 2019 19:08:59 +0200 Subject: [PATCH] test: remove debugging prindln --- src/content/write.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/content/write.rs b/src/content/write.rs index c10df93..0a6c0c2 100644 --- a/src/content/write.rs +++ b/src/content/write.rs @@ -22,7 +22,6 @@ mod tests { fn basic_write() { let tmp = tempfile::tempdir().unwrap(); let dir = tmp.path().to_owned(); - println!("dir: {}", dir.to_str().unwrap()); let sri = write(&dir, b"hello world").unwrap(); assert_eq!( sri.to_string(),