summaryrefslogtreecommitdiff
path: root/elchemy-functions.el
diff options
context:
space:
mode:
Diffstat (limited to 'elchemy-functions.el')
-rw-r--r--elchemy-functions.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/elchemy-functions.el b/elchemy-functions.el
index 57663b2..044551a 100644
--- a/elchemy-functions.el
+++ b/elchemy-functions.el
@@ -106,7 +106,6 @@ Returns '((:raw-value . <Heading Text>) (:level <Org Heading Level>) (:priority
(name (car elem))
(callback (cdr elem)))
(insert (buttonize name callback))
- (message "%s\n" columns)
(if (eq (% (+ i 1) columns) 0)
(insert "\n")
(insert (format (concat "%" (format "%ds" (- colwidth (length name)))) " ")))