git-mr-sendmail: remove forgotten debug print
authorFrantisek Hrbata <frantisek@hrbata.com>
Thu, 10 Dec 2020 16:16:27 +0000 (17:16 +0100)
committerFrantisek Hrbata <frantisek@hrbata.com>
Thu, 10 Dec 2020 16:16:27 +0000 (17:16 +0100)
Signed-off-by: Frantisek Hrbata <frantisek@hrbata.com>
git-mr-sendmail

index e60fa1810370f8f99896912c14f2f854ce216b36..9b81f065f019dd6ac3f564853c9b89d97948619a 100755 (executable)
@@ -84,9 +84,6 @@ with open(mboxfn, mode="w") as f:
     f.write("{}\n\nTo: {}\nIn-Reply-To: {}\n\n".format(subj, to, inreplyto))
     f.write(body)
 
-with open(mboxfn, mode="r") as f2:
-    print(f2.read())
-
 oldref = mrlib.filter_revs(refs, mrs=[mr], users=[user], types=["mbox"])
 
 if oldref: