Removed debugging message.
authorTim Vaughan <tgvaughan@gmail.com>
Wed, 24 Apr 2019 21:37:08 +0000 (23:37 +0200)
committerTim Vaughan <tgvaughan@gmail.com>
Wed, 24 Apr 2019 21:37:08 +0000 (23:37 +0200)
elopher.el

index fe30d93..8985bfe 100644 (file)
@@ -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)