From: Tim Vaughan Date: Wed, 24 Apr 2019 21:37:08 +0000 (+0200) Subject: Removed debugging message. X-Git-Tag: v1.0.0~47 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=2c8c533b723793234fbefd411fd2dc193b79ab3e Removed debugging message. --- 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)