* lisp/progmodes/eglot.el (eglot--signal-textDocument/didChange):
Remove leftover debug message.
(list
:textDocument (eglot--VersionedTextDocumentIdentifier)
:contentChanges
- (let ((changes
(if full-sync-p
(vector `(:text ,(eglot--widening
(buffer-substring-no-properties (point-min)
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))))