]> git.eshelyaron.com Git - emacs.git/commitdiff
(url-lazy-message): Remove leftover debugging code.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 2 Oct 2010 12:34:02 +0000 (14:34 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 2 Oct 2010 12:34:02 +0000 (14:34 +0200)
lisp/url/ChangeLog
lisp/url/url-util.el

index ee114b1c943b73dc3546b1354b94c81a7c2d0da6..5402c46fc5ffcafbca816822af8012565589a9cf 100644 (file)
@@ -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.
index 0768af4baa885c788c22ad8b0484fdccc9fa621f..95fdcfb369cea23f875bb6f5e831377ee3dce70a 100644 (file)
@@ -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