emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101729: (url-lazy-message): Remove l


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101729: (url-lazy-message): Remove leftover debugging code.
Date: Sat, 02 Oct 2010 14:34:02 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101729
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2010-10-02 14:34:02 +0200
message:
  (url-lazy-message): Remove leftover debugging code.
modified:
  lisp/url/ChangeLog
  lisp/url/url-util.el
=== modified file 'lisp/url/ChangeLog'
--- a/lisp/url/ChangeLog        2010-10-02 02:04:20 +0000
+++ b/lisp/url/ChangeLog        2010-10-02 12:34:02 +0000
@@ -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.

=== modified file 'lisp/url/url-util.el'
--- a/lisp/url/url-util.el      2010-10-02 02:04:20 +0000
+++ b/lisp/url/url-util.el      2010-10-02 12:34:02 +0000
@@ -184,10 +184,6 @@
          (= 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]