Browse Source

rm debug print in dump

item-number-refactoring
Coin de Gamma 3 months ago
parent
commit
d021281449
  1. 1
      src/storage.rs

1
src/storage.rs

@ -207,7 +207,6 @@ impl Storage {
writeln!(file, "{}", self.encoder.get_encoded_test_passphrase()?)?;
for item in self.items.iter() {
println!("--- {}", item.id);
writeln!(file, "{}", self.encoder.encrypt(&item.id)?)?;
let content = self.encoder.encrypt(&item.content)?;
writeln!(file, "{}", content)?;

Loading…
Cancel
Save