Skip to content

Commit ae74649

Browse files
committed
fix(core): remove debug message from minemacs-on-demand-try
1 parent 7f2a6ca commit ae74649

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/me-lib.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: Abdelhak Bougouffa (rot13 "nobhtbhssn@srqbencebwrpg.bet")
66
;; Created: 2023-11-29
7-
;; Last modified: 2025-05-31
7+
;; Last modified: 2025-06-01
88

99
;;; Commentary:
1010

@@ -1072,7 +1072,6 @@ To be used as a predicate generator for `display-buffer-alist'."
10721072
(when-let* ((module (car module-spec))
10731073
(keys (+plist-keys (cdr module-spec))))
10741074
(dolist (key keys)
1075-
(message "Called with %S" key)
10761075
(when-let* ((enable (plist-get minemacs-on-demand-enable-plist key))
10771076
(key-specs (plist-get (cdr module-spec) key)))
10781077
(unless (featurep (intern (format "on-demand/%s" module)))

0 commit comments

Comments
 (0)