aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-02-16 13:24:47 +1100
committerLars Ingebrigtsen2016-02-16 13:24:47 +1100
commit1bbffcd9d70793ede66d74d6cccb5f6734893e36 (patch)
treefad9b1c1e77834efe8260023278f4ccb8ca05d0e
parentdf91173405f97075e939fa7072f941d7d59c785d (diff)
downloademacs-1bbffcd9d70793ede66d74d6cccb5f6734893e36.tar.gz
emacs-1bbffcd9d70793ede66d74d6cccb5f6734893e36.zip
Remove debugging
-rw-r--r--lisp/url/url-gw.el1
1 files changed, 0 insertions, 1 deletions
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'."
256 (_ 256 (_
257 (error "Bad setting of url-gateway-method: %s" 257 (error "Bad setting of url-gateway-method: %s"
258 url-gateway-method)))))) 258 url-gateway-method))))))
259 (message "Coding system: %s" (process-coding-system conn))
260 conn))) 259 conn)))
261 260
262(provide 'url-gw) 261(provide 'url-gw)