diff --git a/src/imap/attributes.rs b/src/imap/attributes.rs index 8ab891e..cf7cb52 100644 --- a/src/imap/attributes.rs +++ b/src/imap/attributes.rs @@ -36,7 +36,6 @@ impl AttributesProxy { pub fn need_body(&self) -> bool { self.attrs.iter().any(|x| { - println!("item is: {:?}", x); match x { MessageDataItemName::Body | MessageDataItemName::Rfc822