summaryrefslogtreecommitdiff
path: root/elchemy-functions.el
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2024-06-14 16:34:36 -0700
committerChristian Cunningham <cc@localhost>2024-06-14 16:34:36 -0700
commit4ba514f788ffa863f6adeaf06c7ac894eb2f91fc (patch)
tree46dd8a6320db4e5f68c566d24213ecd97e2bbab8 /elchemy-functions.el
parent3f3396f1877c6027a5516856030888fee97bfa69 (diff)
Remove Debug Messaging
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)))) " ")))