From 2c8c533b723793234fbefd411fd2dc193b79ab3e Mon Sep 17 00:00:00 2001 From: Tim Vaughan Date: Wed, 24 Apr 2019 23:37:08 +0200 Subject: [PATCH] Removed debugging message. --- elopher.el | 1 - 1 file changed, 1 deletion(-) diff --git a/elopher.el b/elopher.el index fe30d93..8985bfe 100644 --- a/elopher.el +++ b/elopher.el @@ -300,7 +300,6 @@ The result is stored as a string in the variable elopher-selector-string." (elopher-get-selector address (lambda (proc event) (unless (string-prefix-p "deleted" event) - (message event) (elopher-with-clean-buffer (elopher-insert-index elopher-selector-string)) (elopher-restore-pos) -- 2.20.1