more cleanups

This commit is contained in:
holger krekel
2019-12-04 15:41:51 +01:00
parent cb9e0dc5c8
commit 6136ea41e2
3 changed files with 72 additions and 53 deletions

View File

@@ -76,7 +76,6 @@ impl Aheader {
if let Ok(Some(value)) = headers.get_first_value("Autocrypt") {
match Self::from_str(&value) {
Ok(header) => {
info!(context, "comparing {} - {}", header.addr, wanted_from);
if addr_cmp(&header.addr, wanted_from) {
return Some(header);
}