From 5ef1fe23ab88f27ce3ecf1e3ae90b9d759e18a9d Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Fri, 10 Aug 2012 23:01:14 +0100 Subject: remove annoying debug statement --- alot/db/utils.py | 1 - 1 file changed, 1 deletion(-) 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: -- cgit v1.2.3