diff options
| author | Evgeni Kolev <evgenysw@gmail.com> | 2017-09-10 09:11:16 +0300 |
|---|---|---|
| committer | Evgeni Kolev <evgenysw@gmail.com> | 2017-09-10 09:13:47 +0300 |
| commit | 5ea0a9ae5aa078b54f8a3f9e703639ee2f7b50e4 (patch) | |
| tree | c6d68dbc33278dafbddbc728cf534d88fc761eea | |
| parent | 6ed075041403b8abb7672d258dcb12600d20880e (diff) | |
Remove debug messages
| -rw-r--r-- | evil-surround.el | 2 |
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) |
