emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/bind-map 4ceb7deb3a 90/97: Remove messages from tests


From: ELPA Syncer
Subject: [nongnu] elpa/bind-map 4ceb7deb3a 90/97: Remove messages from tests
Date: Thu, 20 Jan 2022 07:59:30 -0500 (EST)

branch: elpa/bind-map
commit 4ceb7deb3add0716afaa2a5d658b81469ee2879b
Author: justbur <justin@burkett.cc>
Commit: justbur <justin@burkett.cc>

    Remove messages from tests
---
 bind-map-tests.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/bind-map-tests.el b/bind-map-tests.el
index 2653c0c99a..5eaa84abc1 100644
--- a/bind-map-tests.el
+++ b/bind-map-tests.el
@@ -108,12 +108,9 @@
      '(bind-map-for-mode-inherit bind-map-test-map-minor-child
          bind-map-test-map-minor-parent
         :minor-modes (bind-map-test-minor-mode-inheritance)))
-    (message "%s" (pp bind-map-test-map-minor-child-root-map))
     (defvar bind-map-test-minor-mode-inheritance)
     (define-key bind-map-test-map-minor-child "a" "e")
-    (message "%s" (pp bind-map-test-map-minor-child-root-map))
     (let ((bind-map-test-minor-mode-inheritance t))
-      (message "%s" (pp bind-map-test-map-minor-child-root-map))
       (should (string= (key-binding "\C-aa") "e"))
       (evil-local-mode 1)
       (evil-motion-state)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]