From 674a89a590c585f341cf6bb2e8eb3c4212d93bbe Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 9 Jan 2024 20:57:07 +0100 Subject: [PATCH] fix: remove `message' left from debugging --- quick-find-files.el | 1 - 1 file changed, 1 deletion(-) diff --git a/quick-find-files.el b/quick-find-files.el index fce9999..04e7061 100644 --- a/quick-find-files.el +++ b/quick-find-files.el @@ -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)))