From: Matt Armstrong Date: Sun, 9 Oct 2022 17:12:32 +0000 (-0700) Subject: ; * test/src/buffer-tests.el: Remove unecessary `message' calls. X-Git-Tag: emacs-29.0.90~1616^2~406^2~23 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=246acbddbeb3e9a390fe78242259182af0c2cc18;p=emacs.git ; * test/src/buffer-tests.el: Remove unecessary `message' calls. --- diff --git a/test/src/buffer-tests.el b/test/src/buffer-tests.el index 01780a15cc1..9bccbdf2e89 100644 --- a/test/src/buffer-tests.el +++ b/test/src/buffer-tests.el @@ -1554,10 +1554,8 @@ dicta sunt, explicabo. ")) ;; is to initially steadily increase the overlay count, then ;; steadily decrease it, then repeat. (when (and growing (= overlay-count overlay-count-limit)) - (message "now shrinking") (setq growing nil)) (when (and (not growing) (= overlay-count 0)) - (message "now growing") (setq growing t)) ;; Create or delete a random overlay according to a