From 5cc0a4e5129020aad1d5a7ab1cc976fb6bdc259a Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 8 Jan 2024 21:33:39 +0100 Subject: remove wild log --- src/imap/attributes.rs | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3