* 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.
(= 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