diff options
| author | Christian Howe <cjhowe7@gmail.com> | 2017-04-21 00:37:16 -0400 |
|---|---|---|
| committer | Christian Howe <cjhowe7@gmail.com> | 2017-04-21 00:37:16 -0400 |
| commit | 491ae0ed45131433a689ccd724358d0ee40f234c (patch) | |
| tree | ebac696936428ee11566019fc4d49d52d77e0c1c /rust-mode.el | |
| parent | 4ec735e0fb993724fc264f6937267a898e30e6bf (diff) | |
| download | rust-mode-491ae0ed45131433a689ccd724358d0ee40f234c.tar.gz | |
Remove unnecessary debugging message
Diffstat (limited to 'rust-mode.el')
| -rw-r--r-- | rust-mode.el | 1 |
1 files changed, 0 insertions, 1 deletions
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")) |
