test: remove debugging prindln

This commit is contained in:
Kat Marchán 2019-06-02 19:08:59 +02:00
parent a3c73f0cd4
commit 146e2019a1
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 0 additions and 1 deletions

View File

@ -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(),