Remove debugging message

This commit is contained in:
David Morgan 2022-11-02 21:14:36 +00:00
parent 0e54179c77
commit b230b65963
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ DEFS is a plist associating completion categories to commands."
,(message "Exit minibuffer with candidate %s" n)
(interactive)
(let ((current-prefix-arg ,n))
(message "%s" current-prefix-arg)
(funcall-interactively 'vertico-exit))))
;; TODO why doens't this work in dotimes
(def-choose 0)