From: Lars Magne Ingebrigtsen Date: Sat, 2 Oct 2010 12:34:02 +0000 (+0200) Subject: (url-lazy-message): Remove leftover debugging code. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~46^2~245 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=573a83b80263cf151982e069fe98a941c893e249;p=emacs.git (url-lazy-message): Remove leftover debugging code. --- diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index ee114b1c943..5402c46fc5f 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -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 --git a/lisp/url/url-util.el b/lisp/url/url-util.el index 0768af4baa8..95fdcfb369c 100644 --- a/lisp/url/url-util.el +++ b/lisp/url/url-util.el @@ -184,10 +184,6 @@ Will not do anything if `url-show-status' is nil." (= 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