aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinglu Chen <public@yoctocell.xyz>2021-05-17 22:21:13 +0200
committerXinglu Chen <public@yoctocell.xyz>2021-05-17 22:21:13 +0200
commite46ab2dd936194bad67cb9ed5ad651aa44818463 (patch)
tree8ed5de69ab260a39a6059fa1e5a38c85c5c7bb36
parent748062a840ad3c6e657f6ad6c5eeba0e108b3a81 (diff)
git-email: Remove unnecessary ‘print’ statement.
* git-email.el (git-email--compose-email): Remove unnecessary ‘print’ statement.
-rw-r--r--git-email.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/git-email.el b/git-email.el
index 6a19500..603adfd 100644
--- a/git-email.el
+++ b/git-email.el
@@ -319,7 +319,6 @@ them into the message buffer."
"*** TO ADDRESS HERE ***"
sendemail-to))
(diff (git-email--extract-diff patch-file)))
- (print to-address)
(funcall git-email-compose-email-function to
;; Remove 'subject' header, otherwise two subject headers will be
;; inserted.