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

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

[elpa] externals/ssh-deploy 7cc936f 140/173: Removed debug comments


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy 7cc936f 140/173: Removed debug comments
Date: Sat, 20 Oct 2018 10:36:46 -0400 (EDT)

branch: externals/ssh-deploy
commit 7cc936f3c4c43ab0f13103f11eea947b09274afc
Author: Christian Johansson <address@hidden>
Commit: Christian Johansson <address@hidden>

    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))))
 
 



reply via email to

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