more cleanups

This commit is contained in:
holger krekel
2019-12-04 15:41:51 +01:00
parent 63ad7b8d34
commit 9b10f31fb3
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);
}