branch: externals/ssh-deploy
commit 7cc936f3c4c43ab0f13103f11eea947b09274afc
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Removed debug comments
---
ssh-deploy.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ssh-deploy.el b/ssh-deploy.el
index 714fb43..70ebf43 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -302,11 +302,11 @@
(let ((buffer (find-buffer-visiting filename)))
(switch-to-buffer buffer)
(setq ssh-deploy--mode-line-status status)
- (message "SSH Deploy - Updated status to %s"
ssh-deploy--mode-line-status)
+ ;; (message "SSH Deploy - Updated status to %s"
ssh-deploy--mode-line-status)
(ssh-deploy--mode-line-status-refresh)))
(progn
(setq ssh-deploy--mode-line-status status)
- (message "SSH Deploy - Updated status to %s"
ssh-deploy--mode-line-status)
+ ;; (message "SSH Deploy - Updated status to %s"
ssh-deploy--mode-line-status)
(ssh-deploy--mode-line-status-refresh))))