5.2.1 - Remove unnecessary debugging code

This commit is contained in:
Sean Whalen
2019-01-13 15:04:48 -05:00
parent c3652e06e0
commit 2a507a764e
2 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
5.2.1
-----
- Remove unnecessary debugging code
5.2.0
-----
- Add filename and line number to logging output

View File

@@ -11,8 +11,6 @@ from collections import OrderedDict
import json
from ssl import CERT_NONE, create_default_context
import traceback
from parsedmarc import IMAPError, get_dmarc_reports_from_inbox, \
parse_report_file, elastic, kafkaclient, splunk, save_output, \
watch_inbox, email_results, SMTPError, ParserError, __version__
@@ -374,7 +372,6 @@ def _main():
subject=args.outgoing_subject)
except SMTPError as error:
logger.error("SMTP Error: {0}".format(error.__str__()))
traceback.print_tb()
exit(1)
if args.host and args.watch: