From 4ba514f788ffa863f6adeaf06c7ac894eb2f91fc Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Fri, 14 Jun 2024 16:34:36 -0700 Subject: Remove Debug Messaging --- elchemy-functions.el | 1 - 1 file changed, 1 deletion(-) (limited to 'elchemy-functions.el') 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 . ) (: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)))) " "))) -- cgit v1.2.1