emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rust-mode 491ae0e 301/486: Remove unnecessary debugging me


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 491ae0e 301/486: Remove unnecessary debugging message
Date: Sat, 7 Aug 2021 09:25:40 -0400 (EDT)

branch: elpa/rust-mode
commit 491ae0ed45131433a689ccd724358d0ee40f234c
Author: Christian Howe <cjhowe7@gmail.com>
Commit: Christian Howe <cjhowe7@gmail.com>

    Remove unnecessary debugging message
---
 rust-mode.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/rust-mode.el b/rust-mode.el
index 8d81efa..3b4b665 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -1198,7 +1198,6 @@ This is written mainly to be used as 
`end-of-defun-function' for Rust."
     (let ((tmpf (make-temp-file "rustfmt")))
       (let ((ret (call-process-region (point-min) (point-max) rust-rustfmt-bin
                                       t `(t ,tmpf) nil)))
-        (format-message "%d" ret)
         (cond
          ((zerop ret)
           (error "Rustfmt failed, see *rustfmt* buffer for details"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]