Mercurial > emacs
changeset 110701:af844b79b99f
(url-lazy-message): Remove leftover debugging code.
author | Lars Magne Ingebrigtsen <larsi@gnus.org> |
---|---|
date | Sat, 02 Oct 2010 14:34:02 +0200 |
parents | 9dcb17ed6ae2 |
children | 4e901a2d3669 |
files | lisp/url/ChangeLog lisp/url/url-util.el |
diffstat | 2 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/url/ChangeLog Sat Oct 02 14:12:17 2010 +0200 +++ b/lisp/url/ChangeLog Sat Oct 02 14:34:02 2010 +0200 @@ -3,6 +3,7 @@ * url-util.el (url-display-percentage): Don't message when the URL is silent. (url-lazy-message): Ditto. + (url-lazy-message): Remove leftover debugging code. * url-http.el (url-http-parse-headers): Pass the SILENT parameter back to the fetching function.
--- a/lisp/url/url-util.el Sat Oct 02 14:12:17 2010 +0200 +++ b/lisp/url/url-util.el Sat Oct 02 14:34:02 2010 +0200 @@ -184,10 +184,6 @@ (= url-lazy-message-time (setq url-lazy-message-time (nth 1 (current-time))))) nil - (message "hei: %s" url-current-object) - (with-current-buffer (get-buffer-create "back") - (let ((standard-output (current-buffer))) - (backtrace))) (apply 'message args))) ;;;###autoload