From: João Távora Date: Fri, 1 Jun 2018 23:58:10 +0000 (+0100) Subject: * eglot.el (eglot-eldoc-function): remove spurious log message X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~489^2~11 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=172c58f304292fbf4801dc31a10ede9f8e3198bf;p=emacs.git * eglot.el (eglot-eldoc-function): remove spurious log message --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 31ef081bd07..64d06a3aa63 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -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)