]> git.eshelyaron.com Git - emacs.git/commitdiff
* eglot.el (eglot-eldoc-function): remove spurious log message
authorJoão Távora <joaotavora@gmail.com>
Fri, 1 Jun 2018 23:58:10 +0000 (00:58 +0100)
committerJoão Távora <joaotavora@gmail.com>
Sat, 2 Jun 2018 00:40:04 +0000 (01:40 +0100)
lisp/progmodes/eglot.el

index 31ef081bd07b95224d37867538f816059c42d572..64d06a3aa637c1ba05e90ee11ac95f606415fbc3 100644 (file)
@@ -1126,7 +1126,6 @@ If SKIP-SIGNATURE, don't try to send textDocument/signatureHelp."
                        (unless sig-showing
                          (when-buffer-window
                           (when-let (info (eglot--hover-info contents range))
-                            (eglot--message "OK so info is %S and %S" info (null info))
                             (eldoc-message info)))))
          :deferred :textDocument/hover))
       (when (eglot--server-capable :documentHighlightProvider)