Skip to content

Commit

Permalink
remove "ready" message. fix #135
Browse files Browse the repository at this point in the history
  • Loading branch information
mopemope committed Feb 25, 2019
1 parent 946ebb4 commit 5f792cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions meghanada.el
Original file line number Diff line number Diff line change
Expand Up @@ -564,8 +564,6 @@ function."
(set-marker (process-mark process) (point)))
(if moving
(goto-char (process-mark process)))
(when (string-match "Ready" output)
(message "Meghanada Ready"))
(when (string-match "Start server" output)
(string-match "port:\\([0-9]+\\)+" output)
(let* ((p (substring output (match-beginning 1) (match-end 1))))
Expand Down

0 comments on commit 5f792cf

Please sign in to comment.