emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/with-url e331a03 6/7: Remove debugging


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] scratch/with-url e331a03 6/7: Remove debugging
Date: Sat, 21 Jan 2017 23:08:22 +0000 (UTC)

branch: scratch/with-url
commit e331a03f30328d9e23c712c5c9c1a741a701bdfb
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Remove debugging
---
 lisp/url/url-queue.el |    1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/url/url-queue.el b/lisp/url/url-queue.el
index 259183c..6a88221 100644
--- a/lisp/url/url-queue.el
+++ b/lisp/url/url-queue.el
@@ -62,7 +62,6 @@ This is like `url-retrieve' (which see for details of the 
arguments),
 but with limits on the degree of parallelism.  The variable
 `url-queue-parallel-processes' sets the number of concurrent processes.
 The variable `url-queue-timeout' sets a timeout."
-  (message "retrieving queue")
   (setq url-queue
        (append url-queue
                (list (make-url-queue :url url



reply via email to

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