aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2010-10-02 14:34:02 +0200
committerLars Magne Ingebrigtsen2010-10-02 14:34:02 +0200
commit573a83b80263cf151982e069fe98a941c893e249 (patch)
tree20d9e5839d984c21168859ff4622bf8f2643fd00
parent54b65f7b40dc380196bbe417e2912e509b2454ac (diff)
downloademacs-573a83b80263cf151982e069fe98a941c893e249.tar.gz
emacs-573a83b80263cf151982e069fe98a941c893e249.zip
(url-lazy-message): Remove leftover debugging code.
-rw-r--r--lisp/url/ChangeLog1
-rw-r--r--lisp/url/url-util.el4
2 files changed, 1 insertions, 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 @@
3 * url-util.el (url-display-percentage): Don't message when the URL 3 * url-util.el (url-display-percentage): Don't message when the URL
4 is silent. 4 is silent.
5 (url-lazy-message): Ditto. 5 (url-lazy-message): Ditto.
6 (url-lazy-message): Remove leftover debugging code.
6 7
7 * url-http.el (url-http-parse-headers): Pass the SILENT parameter 8 * url-http.el (url-http-parse-headers): Pass the SILENT parameter
8 back to the fetching function. 9 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."
184 (= url-lazy-message-time 184 (= url-lazy-message-time
185 (setq url-lazy-message-time (nth 1 (current-time))))) 185 (setq url-lazy-message-time (nth 1 (current-time)))))
186 nil 186 nil
187 (message "hei: %s" url-current-object)
188 (with-current-buffer (get-buffer-create "back")
189 (let ((standard-output (current-buffer)))
190 (backtrace)))
191 (apply 'message args))) 187 (apply 'message args)))
192 188
193;;;###autoload 189;;;###autoload