diff options
-rwxr-xr-x | dmarcpipe.py | 1 |
1 files changed, 0 insertions, 1 deletions
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: |