From 6f9d698bf9f219bfa5160f5dba26ed81665e7e23 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 16 Feb 2015 22:53:27 -0500 Subject: [PATCH] Remove debug display in core-micro-state.el --- core/core-micro-state.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/core-micro-state.el b/core/core-micro-state.el index 3e71854b9..575da131b 100644 --- a/core/core-micro-state.el +++ b/core/core-micro-state.el @@ -153,12 +153,10 @@ micro-state." 'face 'spacemacs-micro-state-header-face))) (tail (spacemacs//micro-state-propertize-doc-1 (match-string 2 doc)))) - (message (concat pheader tail)) (concat pheader tail)))) (defun spacemacs//micro-state-propertize-doc-1 (doc) "Recursively propertize keys" - (message "doc %s" doc) (if (string-match "^\\([[:ascii:]]*?\\)\\(\\[.+?\\]\\)\\([[:ascii:]]*\\)$" doc) (let* ((head (match-string 1 doc)) (key (match-string 2 doc))