summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2024-06-14 16:34:36 -0700
committerChristian Cunningham <cc@local.lan>2024-06-14 16:34:36 -0700
commit0f866efb7e7a6ba6efbc6b2d714aacc6a67ea099 (patch)
tree46dd8a6320db4e5f68c566d24213ecd97e2bbab8
parent5d4d7d047d2c74f4cf0a8076ae4532727c91bfd7 (diff)
Remove Debug Messaging
-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)))) " ")))