branch: elpa/paredit
commit e23adecc4c7b43eb0f42e4e0e737caa57723c32f
Author: Taylor R Campbell <[email protected]>
Commit: Taylor R Campbell <[email protected]>
Omit vestigial debug message in `paredit-backward-slurp-into-string'.
darcs-hash:20090711210516-00fcc-5c1dad50949ad90aa9a3be0e48a4ffb4d54a388f
---
paredit.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/paredit.el b/paredit.el
index dd25bab..9c0ad32 100644
--- a/paredit.el
+++ b/paredit.el
@@ -1908,7 +1908,6 @@ If in a string, move the opening double-quote backward by
one
(save-excursion (backward-sexp))
(let ((open (char-after))
(target (point)))
- (message "open = %S" open)
(delete-char 1)
(backward-sexp)
(insert open)