summaryrefslogtreecommitdiff
path: root/test.el
diff options
context:
space:
mode:
Diffstat (limited to 'test.el')
-rw-r--r--test.el4
1 files changed, 1 insertions, 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)