From: Lars Ingebrigtsen Date: Tue, 16 Feb 2016 02:24:47 +0000 (+1100) Subject: Remove debugging X-Git-Tag: emacs-26.0.90~2520^2~14 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1bbffcd9d70793ede66d74d6cccb5f6734893e36;p=emacs.git Remove debugging --- diff --git a/lisp/url/url-gw.el b/lisp/url/url-gw.el index 2b552df69d9..d898368cf9e 100644 --- a/lisp/url/url-gw.el +++ b/lisp/url/url-gw.el @@ -256,7 +256,6 @@ overriding the value of `url-gateway-method'." (_ (error "Bad setting of url-gateway-method: %s" url-gateway-method)))))) - (message "Coding system: %s" (process-coding-system conn)) conn))) (provide 'url-gw)