branch: externals/ergoemacs-mode
commit 176af5544c5402d643180260ebe791322dd5c6bf
Author: Fidler <matthew.fid...@gmail.com>
Commit: Fidler <matthew.fid...@gmail.com>

    Take out message
---
 ergoemacs-command-loop.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ergoemacs-command-loop.el b/ergoemacs-command-loop.el
index c9a4d91..ebd4219 100644
--- a/ergoemacs-command-loop.el
+++ b/ergoemacs-command-loop.el
@@ -1155,7 +1155,6 @@ is the :full command loop."
 (defun ergoemacs-command-loop--eat ()
   "Eat the key sequence calling the prefix start."
   (when ergoemacs-command-loop--eat
-    (message "Eat %s" ergoemacs-command-loop--eat)
     (let ((map (make-keymap)))
       (define-key map ergoemacs-command-loop--eat '(lambda () (interactive) 
(setq overriding-terminal-local-map nil)))
       (setq overriding-terminal-local-map map

Reply via email to