summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-08-10 23:01:14 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-08-10 23:01:14 +0100
commit5ef1fe23ab88f27ce3ecf1e3ae90b9d759e18a9d (patch)
treecd01df8f29233c8f804c30235210dda52948645a
parentdd7b2a15495ce5fddcac0d34c14e5ef9f1032482 (diff)
remove annoying debug statement
-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: