summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeni Kolev <evgenysw@gmail.com>2018-02-01 09:55:50 +0200
committerJames N <james@jojojames.com>2018-01-31 23:58:55 -0800
commit7d2869c34b37c9f302393f26be984996e425b8ca (patch)
tree7f4824b3da10420e92bef0eb4f5da55bd31a9e9a
parentdc1c23b0fb7c52c3c97975faf1f0a1ceab21b9ec (diff)
Remove debugs in evil-collection-diff-mode.el
-rw-r--r--evil-collection-diff-mode.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/evil-collection-diff-mode.el b/evil-collection-diff-mode.el
index 37ea86a..a75c111 100644
--- a/evil-collection-diff-mode.el
+++ b/evil-collection-diff-mode.el
@@ -42,10 +42,8 @@
"Make read-only in motion state, writable in normal state."
(if buffer-read-only
(progn
- (evil-motion-state)
- (message "Evil Diff: enter motion state"))
- (evil-normal-state)
- (message "Evil Diff: enter normal state")))
+ (evil-motion-state))
+ (evil-normal-state)))
(defun evil-collection-diff-toggle-setup ()
"Toggle visiting diff buffers in motion state."