diff options
| author | Eli Zaretskii | 2022-12-03 22:06:34 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2022-12-03 22:06:34 +0200 |
| commit | 6fb9a03cbdf9e497a78374c6c7cf3222e8e215dd (patch) | |
| tree | 16550cade7b643fa2e4b49b15ed3fe85e0358cb8 | |
| parent | c5ba47c889e3b853d3cc4f7a3ac840a12336dd5f (diff) | |
| download | emacs-6fb9a03cbdf9e497a78374c6c7cf3222e8e215dd.tar.gz emacs-6fb9a03cbdf9e497a78374c6c7cf3222e8e215dd.zip | |
; Remove debugging leftover message
* lisp/emacs-lisp/comp.el (comp--native-compile): Remove
unnecessary call to 'message'. (Bug#59766)
| -rw-r--r-- | lisp/emacs-lisp/comp.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 46abca417b2..7b562aaa53d 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el | |||
| @@ -4115,7 +4115,6 @@ the deferred compilation mechanism." | |||
| 4115 | comp-ctxt | 4115 | comp-ctxt |
| 4116 | (comp-ctxt-output comp-ctxt) | 4116 | (comp-ctxt-output comp-ctxt) |
| 4117 | (file-exists-p (comp-ctxt-output comp-ctxt))) | 4117 | (file-exists-p (comp-ctxt-output comp-ctxt))) |
| 4118 | (message "Deleting %s" (comp-ctxt-output comp-ctxt)) | ||
| 4119 | (delete-file (comp-ctxt-output comp-ctxt)))))))) | 4118 | (delete-file (comp-ctxt-output comp-ctxt)))))))) |
| 4120 | 4119 | ||
| 4121 | (defun native-compile-async-skip-p (file load selector) | 4120 | (defun native-compile-async-skip-p (file load selector) |