hashcash.el (mail-add-payment): Remove debugger entry
authorKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 26 Apr 2015 22:08:17 +0000 (22:08 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 26 Apr 2015 22:08:17 +0000 (22:08 +0000)
lisp/hashcash.el

index 6d9e678..7017065 100644 (file)
@@ -317,7 +317,6 @@ for each recipient address.  Prefix arg sets default payment temporarily.
 Set ASYNC to t to start asynchronous calculation.  (See
 `mail-add-payment-async')."
   (interactive "P")
-  (debug)
   (let ((hashcash-default-payment (if arg (prefix-numeric-value arg)
                                    hashcash-default-payment))
        (addrlist nil))