Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Mortal committed May 2, 2015
1 parent bcacba0 commit 429287e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion emailtunnel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'):
Expand Down

0 comments on commit 429287e

Please sign in to comment.