From 573a83b80263cf151982e069fe98a941c893e249 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sat, 2 Oct 2010 14:34:02 +0200 Subject: [PATCH] (url-lazy-message): Remove leftover debugging code. --- lisp/url/ChangeLog | 1 + lisp/url/url-util.el | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) 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 -- 2.39.5