From 429287e6b5c00de935af767869baa035ad289d28 Mon Sep 17 00:00:00 2001 From: Mathias Rav Date: Sat, 2 May 2015 22:15:54 +0200 Subject: [PATCH] Remove debug logging --- emailtunnel/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/emailtunnel/__init__.py b/emailtunnel/__init__.py index 6f22d9e..007cdf7 100644 --- a/emailtunnel/__init__.py +++ b/emailtunnel/__init__.py @@ -376,7 +376,6 @@ def process_message(self, peer, mailfrom, rcpttos, str_data): data = str_data.encode('latin1') else: data = str_data - logging.debug("Type of str_data is %s" % (type(str_data),)) if six.PY2: if data.startswith('From nobody'):