From 9e4020854787353b5e5fd824d7a541ed2e0174f4 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Fri, 18 Aug 2023 11:08:12 +0300 Subject: [PATCH] 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 d9e7cca83..409d44192 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