From: Frantisek Hrbata Date: Thu, 10 Dec 2020 16:16:27 +0000 (+0100) Subject: git-mr-sendmail: remove forgotten debug print X-Git-Tag: v0.2~53 X-Git-Url: http://www.hrbata.com/gitweb/?a=commitdiff_plain;h=2e582e4c03291e7c96c10428525bfd8beb3b08fb;p=gimrr.git git-mr-sendmail: remove forgotten debug print Signed-off-by: Frantisek Hrbata --- diff --git a/git-mr-sendmail b/git-mr-sendmail index e60fa18..9b81f06 100755 --- a/git-mr-sendmail +++ b/git-mr-sendmail @@ -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: