chore(emacs/lean-server): clean up debugging message

This commit is contained in:
Soonho Kong 2014-09-03 09:36:47 -07:00
parent 31b1436a88
commit fdc20800ca

View file

@ -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)))