chore(emacs/lean-server): clean up debugging message
This commit is contained in:
parent
31b1436a88
commit
fdc20800ca
1 changed files with 0 additions and 2 deletions
|
@ -287,7 +287,6 @@ If it's not the same with file-name (default: buffer-file-name), send VISIT cmd.
|
|||
(lean-server-log "The following pre-message will be thrown away:")
|
||||
(lean-server-log "%s" pre)
|
||||
(setq lean-global-server-buffer post)
|
||||
(message "lean-server-event-handler: %S" type)
|
||||
(cl-case type
|
||||
(INFO
|
||||
(let ((info-record (lean-server-get-info-record-at-pos body)))
|
||||
|
@ -302,7 +301,6 @@ If it's not the same with file-name (default: buffer-file-name), send VISIT cmd.
|
|||
(EVAL
|
||||
(funcall cont (lean-eval-parse-string body)))
|
||||
(OPTIONS
|
||||
(message "handle options")
|
||||
(funcall cont (lean-options-parse-string body)))
|
||||
(SHOW
|
||||
(funcall cont (lean-show-parse-string body)))
|
||||
|
|
Loading…
Reference in a new issue