branch: externals/ergoemacs-mode
commit 80461f6cc6f7eaddaaa1bee2dc11f9c56d9e01a0
Author: Walter Landry <[email protected]>
Commit: Walter Landry <[email protected]>
Remove debug statements
---
ergoemacs-test.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/ergoemacs-test.el b/ergoemacs-test.el
index 1ab7e55..fc56462 100644
--- a/ergoemacs-test.el
+++ b/ergoemacs-test.el
@@ -480,9 +480,6 @@ not using cua or cutting line. I think kill-region is what
is meant."
(delete-region (point-min) (point-max))
(insert ergoemacs-test-lorem-ipsum)
(fundamental-mode)
- (print "(eq (key-binding (kbd \"M-f\")) 'backward-kill-word)")
- (print (key-binding (kbd "M-f")))
- (print (eq (key-binding (kbd "M-f")) 'backward-kill-word))
(should (or (eq (key-binding (kbd "M-f")) 'backward-kill-word)
(eq (key-binding (kbd "M-f")) (command-remapping
'backward-kill-word (point)))))
(setq ergoemacs-test-fn nil)