Removed some debug code
This commit is contained in:
parent
c40dfe75e5
commit
9cd7d57ed1
1 changed files with 0 additions and 2 deletions
2
magit.el
2
magit.el
|
@ -3552,11 +3552,9 @@ With a non numeric prefix ARG, show all entries"
|
|||
(catch 'exit
|
||||
(while t
|
||||
(setq c (read-char-exclusive prompt))
|
||||
(message "%s" c)
|
||||
(let ((case-fold-search nil))
|
||||
(dolist (item magit-menu)
|
||||
(when (char-equal c (nth 1 item))
|
||||
(message "%s" (nth 2 item))
|
||||
(setq chosen-fn (nth 3 item))
|
||||
(throw 'exit 0))))
|
||||
(error "Invalid key %c" c))))
|
||||
|
|
Loading…
Reference in a new issue