emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/with-url 8758501 5/5: Remove debugging


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] scratch/with-url 8758501 5/5: Remove debugging
Date: Sun, 22 Jan 2017 17:29:58 +0000 (UTC)

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

    Remove debugging
---
 lisp/url/with-url.el |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/lisp/url/with-url.el b/lisp/url/with-url.el
index f801e09..20d9e89 100644
--- a/lisp/url/with-url.el
+++ b/lisp/url/with-url.el
@@ -332,9 +332,6 @@ If given, return the value in BUFFER instead."
   (let ((now (float-time)))
     ;; There are two possible timeouts: One for the overall time of
     ;; the entire request...
-    (message "%s %s"
-             (float-time (url-request-last-read-time req))
-             now)
     (when (or (and (url-request-timeout req)
                    (> (- now (float-time (url-request-start-time req)))
                       (url-request-timeout req)))
@@ -346,7 +343,6 @@ If given, return the value in BUFFER instead."
       (with-url--callback (url-request-process req) '(500 "Timer expired")))))
 
 (defun with-url--sentinel (process change)
-  (message "%s" change)
   (let ((req (plist-get (process-plist process) :request)))
     (pcase change
       ("open\n"



reply via email to

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