; Remove debugging leftover message
* lisp/emacs-lisp/comp.el (comp--native-compile): Remove unnecessary call to 'message'. (Bug#59766)
This commit is contained in:
parent
c5ba47c889
commit
6fb9a03cbd
1 changed files with 0 additions and 1 deletions
|
@ -4115,7 +4115,6 @@ the deferred compilation mechanism."
|
||||||
comp-ctxt
|
comp-ctxt
|
||||||
(comp-ctxt-output comp-ctxt)
|
(comp-ctxt-output comp-ctxt)
|
||||||
(file-exists-p (comp-ctxt-output comp-ctxt)))
|
(file-exists-p (comp-ctxt-output comp-ctxt)))
|
||||||
(message "Deleting %s" (comp-ctxt-output comp-ctxt))
|
|
||||||
(delete-file (comp-ctxt-output comp-ctxt))))))))
|
(delete-file (comp-ctxt-output comp-ctxt))))))))
|
||||||
|
|
||||||
(defun native-compile-async-skip-p (file load selector)
|
(defun native-compile-async-skip-p (file load selector)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue