summaryrefslogtreecommitdiff
path: root/alot/db/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/db/utils.py')
-rw-r--r--alot/db/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/db/utils.py b/alot/db/utils.py
index bda6d4be..8f9de4c9 100644
--- a/alot/db/utils.py
+++ b/alot/db/utils.py
@@ -64,7 +64,6 @@ def extract_body(mail, types=None):
body_parts = []
for part in mail.walk():
ctype = part.get_content_type()
- logging.debug(ctype)
if types is not None:
if ctype not in types: