summaryrefslogtreecommitdiff
path: root/evil-surround.el
diff options
context:
space:
mode:
authorEvgeni Kolev <evgenysw@gmail.com>2017-09-10 09:11:16 +0300
committerEvgeni Kolev <evgenysw@gmail.com>2017-09-10 09:13:47 +0300
commit5ea0a9ae5aa078b54f8a3f9e703639ee2f7b50e4 (patch)
treec6d68dbc33278dafbddbc728cf534d88fc761eea /evil-surround.el
parent6ed075041403b8abb7672d258dcb12600d20880e (diff)
Remove debug messages
Diffstat (limited to 'evil-surround.el')
-rw-r--r--evil-surround.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/evil-surround.el b/evil-surround.el
index 7bdb986..bfe6056 100644
--- a/evil-surround.el
+++ b/evil-surround.el
@@ -258,7 +258,6 @@ If OPERATION is `change', call `evil-surround-change'.
if OPERATION is `delete', call `evil-surround-delete'.
Otherwise call `evil-surround-region'."
(interactive (evil-surround-interactive-setup))
- (message "%s" operation)
(cond
((eq operation 'change)
(call-interactively 'evil-surround-change))
@@ -273,7 +272,6 @@ Otherwise call `evil-surround-region'."
It does nothing for change / delete."
(interactive (evil-surround-interactive-setup))
- (message "%s" operation)
(cond
((eq operation 'change) nil)
((eq operation 'delete) nil)