branch: elpa/rust-mode
commit 491ae0ed45131433a689ccd724358d0ee40f234c
Author: Christian Howe <[email protected]>
Commit: Christian Howe <[email protected]>

    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