From a8bd5769fda6e10d5d95b4312ee5aa8fb376a94a Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Sun, 18 Dec 2016 22:02:56 +0000 Subject: remove print --- dmarcpipe.py | 1 - 1 file changed, 1 deletion(-) (limited to 'dmarcpipe.py') diff --git a/dmarcpipe.py b/dmarcpipe.py index 5e26d34..8f759d8 100755 --- a/dmarcpipe.py +++ b/dmarcpipe.py @@ -77,7 +77,6 @@ def main(): if o[0] == '-l': logfile = o[1] if len(args) == 2: - print(args[1]) dbfile = args[1] m = email.message_from_file(stdin) try: -- cgit v1.2.3-54-g00ecf