fix: remove `message' left from debugging
All checks were successful
CI / build (26.3) (push) Successful in 2m57s
CI / build (27.2) (push) Successful in 2m53s
CI / build (28.2) (push) Successful in 2m56s
CI / build (29.1) (push) Successful in 2m55s
CI / build (snapshot) (push) Successful in 3m1s

This commit is contained in:
Lucien Cartier-Tilet 2024-01-09 20:57:07 +01:00
parent 1bdbdc0031
commit 674a89a590
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -146,7 +146,6 @@ Change members of IGNORED-PATHS so that they are all absolute
paths. Paths that are relative paths are considered to be
relative to ROOT-DIR."
(when ignored-paths
(message "%S" ignored-paths)
(mapcar (lambda (path)
(expand-file-name path root-dir))
ignored-paths)))