# HG changeset patch # User Lars Magne Ingebrigtsen # Date 1286022842 -7200 # Node ID af844b79b99f30c38841de76b3ab0631f909ab25 # Parent 9dcb17ed6ae275a462e707f29b398fee06a0503f (url-lazy-message): Remove leftover debugging code. diff -r 9dcb17ed6ae2 -r af844b79b99f lisp/url/ChangeLog --- 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. diff -r 9dcb17ed6ae2 -r af844b79b99f lisp/url/url-util.el --- 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