diff options
| -rw-r--r-- | lisp/net/gnutls.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/net/gnutls.el b/lisp/net/gnutls.el index d6b36969a18..90bfe04af9e 100644 --- a/lisp/net/gnutls.el +++ b/lisp/net/gnutls.el | |||
| @@ -136,7 +136,6 @@ trust and key files, and priority string." | |||
| 136 | :hostname host)))) | 136 | :hostname host)))) |
| 137 | 137 | ||
| 138 | (defun gnutls-async-sentinel (process change) | 138 | (defun gnutls-async-sentinel (process change) |
| 139 | (message "change: %S %s" change (car (process-contact process))) | ||
| 140 | (when (string-match "open" change) | 139 | (when (string-match "open" change) |
| 141 | (gnutls-negotiate :process process | 140 | (gnutls-negotiate :process process |
| 142 | :type 'gnutls-x509pki | 141 | :type 'gnutls-x509pki |