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

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

[nongnu] elpa/paredit 8a85899 098/224: Omit vestigial debugging message


From: ELPA Syncer
Subject: [nongnu] elpa/paredit 8a85899 098/224: Omit vestigial debugging message from `paredit-test' in test.el.
Date: Sat, 7 Aug 2021 09:22:27 -0400 (EDT)

branch: elpa/paredit
commit 8a85899de6168de009ab9536717d8481c65aa681
Author: Taylor R Campbell <campbell@mumble.net>
Commit: Taylor R Campbell <campbell@mumble.net>

    Omit vestigial debugging message from `paredit-test' in test.el.
    
    Ignore-this: 22e10bc198d7fa5e5e1932b9b31d43c5
    
    darcs-hash:20110323034451-00fcc-76bbe79f1eea197e12566a4837245fc4d9401df0
---
 test.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/test.el b/test.el
index 7f2e259..2fba7c0 100644
--- a/test.el
+++ b/test.el
@@ -45,9 +45,7 @@ Four arguments: the paredit command, the text of the buffer
           (funcall command)
           (insert ?\|)
           (if (not (string= after (buffer-string)))
-              (progn
-                (message "Got: %s" (buffer-string))
-                (paredit-test-failed command before (buffer-string) after))))
+              (paredit-test-failed command before (buffer-string) after)))
         (setq before after)))))
 
 (paredit-do-commands (spec keys command examples)



reply via email to

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