From 1ccaaaa3ca97b53573f78b3afe80987cd61b5dff Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 29 Nov 2022 14:16:02 -0500 Subject: remove message --- emacsconf-erc.el | 1 - 1 file changed, 1 deletion(-) diff --git a/emacsconf-erc.el b/emacsconf-erc.el index cdc8b9b..8f47d36 100644 --- a/emacsconf-erc.el +++ b/emacsconf-erc.el @@ -491,7 +491,6 @@ Usage: /conflog keyword notes go here" (defun emacsconf-erc-notice-announcements (string) "Try to avoid spamming the announcement channels." (when (string-match (concat "\\`<@?" (regexp-opt emacsconf-erc-announcement-nicks) "> \\(--.*\\)") string) - (message "%s" (substring-no-properties string)) (setq emacsconf-erc-recent-announcements (cons (cons (match-string-no-properties 1 string) (current-time)) (seq-take emacsconf-erc-recent-announcements (1- emacsconf-erc-recent-announcements-length)))))) -- cgit v1.2.3