diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2010-10-02 14:34:02 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2010-10-02 14:34:02 +0200 |
commit | 573a83b80263cf151982e069fe98a941c893e249 (patch) | |
tree | 20d9e5839d984c21168859ff4622bf8f2643fd00 /lisp/url/url-util.el | |
parent | 54b65f7b40dc380196bbe417e2912e509b2454ac (diff) | |
download | emacs-573a83b80263cf151982e069fe98a941c893e249.tar.gz |
(url-lazy-message): Remove leftover debugging code.
Diffstat (limited to 'lisp/url/url-util.el')
-rw-r--r-- | lisp/url/url-util.el | 4 |
1 files changed, 0 insertions, 4 deletions
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 |