diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-08 21:33:39 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-08 21:33:39 +0100 |
commit | 5cc0a4e5129020aad1d5a7ab1cc976fb6bdc259a (patch) | |
tree | 407ba90198f508fdf83c8619a68cd546a2b068f2 /src | |
parent | 056f8ea14c373b8c0009ed4827a553ac2e27815b (diff) | |
download | aerogramme-feat/condstore.tar.gz aerogramme-feat/condstore.zip |
remove wild logfeat/condstore
Diffstat (limited to 'src')
-rw-r--r-- | src/imap/attributes.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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 |