1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

; Remove debugging message in Completion Preview test

* test/lisp/completion-preview-tests.el
(completion-preview-complete): Remove leftover debug message.
This commit is contained in:
Eshel Yaron 2024-06-23 22:46:26 +02:00
parent 73a58329a6
commit 4b2682b17c
No known key found for this signature in database
GPG Key ID: EF3EE9CA35D78618

View File

@ -228,7 +228,6 @@ instead."
(insert "foo")
(let ((this-command 'self-insert-command))
(completion-preview--post-command))
(message "here")
(completion-preview-tests--check-preview "bar" 'completion-preview-common)