Remove debug display in core-micro-state.el

This commit is contained in:
syl20bnr 2015-02-16 22:53:27 -05:00
parent fa337c143b
commit 6f9d698bf9
1 changed files with 0 additions and 2 deletions

View File

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