[gnus git] branch master updated: n0-17-308-g3d9e1e6 =1= auth-source: remove leftover debug code
Julien Danjou <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 3d9e1e64bd3e2b5f3fd370ae5b7672189bfff604 (commit)
from 7346e270c13b94d28c6d63512d3f6fe2f3a5d169 (commit)
- Log -----------------------------------------------------------------
commit 3d9e1e64bd3e2b5f3fd370ae5b7672189bfff604
Author: Julien Danjou <[email protected]>
Date: Tue Sep 20 17:19:53 2011 +0200
auth-source: remove leftover debug code
Signed-off-by: Julien Danjou <[email protected]>
diff --git a/lisp/auth-source.el b/lisp/auth-source.el
index 0b47bcf..a8e6750 100644
--- a/lisp/auth-source.el
+++ b/lisp/auth-source.el
@@ -1188,8 +1188,6 @@ See `auth-source-search' for details on SPEC."
;; for each required element
(dolist (r required)
- (if (eq r 'secret)
- (debug))
(let* ((data (aget valist r))
;; take the first element if the data is a list
(data (or (auth-source-netrc-element-or-first data)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/auth-source.el | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project