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

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
1 changed files with 0 additions and 1 deletions

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)))