branch: externals/org
commit 9e4020854787353b5e5fd824d7a541ed2e0174f4
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@posteo.net>

    test-org-agenda/todo-selector: Remove stray `message' call
    
    * testing/lisp/test-org-agenda.el: Remove leftover message call.
---
 testing/lisp/test-org-agenda.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testing/lisp/test-org-agenda.el b/testing/lisp/test-org-agenda.el
index d9e7cca83b..409d441921 100644
--- a/testing/lisp/test-org-agenda.el
+++ b/testing/lisp/test-org-agenda.el
@@ -102,7 +102,6 @@
      (should
       (progn
         "all todo"
-        (message "%S\n----\n%s\n----\n" org-todo-keywords (buffer-string))
         (goto-char (point-min))
         (search-forward "[ ] Unchecked and will appear in agenda" nil t)))
      (should

Reply via email to