]> git.eshelyaron.com Git - emacs.git/commitdiff
; Remove debugging code in Completion Preview test
authorEshel Yaron <me@eshelyaron.com>
Sun, 23 Jun 2024 20:46:26 +0000 (22:46 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 23 Jun 2024 20:50:09 +0000 (22:50 +0200)
* test/lisp/completion-preview-tests.el
(completion-preview-complete): Remove leftover debug message.

test/lisp/completion-preview-tests.el

index 06f5ee32e323068ed5b3e56d68fcc392ee1b70dc..5d1c09e95509c968a75f9c29cc60a30b9d306baf 100644 (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)