diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 5e4f7bba679..bff273338c4 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -2798,7 +2798,6 @@ When called interactively, use the currently active server" (list :textDocument (eglot--VersionedTextDocumentIdentifier) :contentChanges - (let ((changes (if full-sync-p (vector `(:text ,(eglot--widening (buffer-substring-no-properties (point-min) @@ -2812,8 +2811,6 @@ When called interactively, use the currently active server" when (numberp len) ;FIXME: Not needed with `track-changes'. vconcat `[,(list :range `(:start ,beg :end ,end) :rangeLength len :text text)])))) - (message "Sending changes: %S" changes) - changes))) (setq eglot--recent-changes nil) (jsonrpc--call-deferred server))))