diff --git a/src/storage.rs b/src/storage.rs index c605171..3f68b83 100644 --- a/src/storage.rs +++ b/src/storage.rs @@ -122,7 +122,6 @@ impl Storage { Some(line) => line?, None => return Err(io::Error::new(io::ErrorKind::InvalidData, "Bad storage db format: no passphrase in the beginnning")), }; - println!("pass: {}", passtest); for line in lines { match line { Ok(line) => {