summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2016-12-18 22:02:56 +0000
committerTomasz Kramkowski <tk@the-tk.com>2016-12-18 22:02:56 +0000
commita8bd5769fda6e10d5d95b4312ee5aa8fb376a94a (patch)
treef59c3ff7ba15cd71fd07a4d76dbb73a55b95fa04
parent446baea9b316b0d00ed947280ac712d70bbb7443 (diff)
downloaddmarcpipe-a8bd5769fda6e10d5d95b4312ee5aa8fb376a94a.tar.gz
dmarcpipe-a8bd5769fda6e10d5d95b4312ee5aa8fb376a94a.tar.xz
dmarcpipe-a8bd5769fda6e10d5d95b4312ee5aa8fb376a94a.zip
remove print
-rwxr-xr-xdmarcpipe.py1
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: