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

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

[elpa] externals/ssh-deploy c02b0c9 094/173: Removed debug code from dir


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy c02b0c9 094/173: Removed debug code from directory-diff function
Date: Sat, 20 Oct 2018 10:36:37 -0400 (EDT)

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

    Removed debug code from directory-diff function
---
 ssh-deploy.el | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/ssh-deploy.el b/ssh-deploy.el
index 18ede8d..7882205 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -3,8 +3,8 @@
 ;; Author: Christian Johansson <github.com/cjohansson>
 ;; Maintainer: Christian Johansson <github.com/cjohansson>
 ;; Created: 5 Jul 2016
-;; Modified: 20 Nov 2017
-;; Version: 1.69
+;; Modified: 21 Nov 2017
+;; Version: 1.70
 ;; Keywords: tools, convenience
 ;; URL: https://github.com/cjohansson/emacs-ssh-deploy
 
@@ -320,9 +320,6 @@
                        (push relative-path files-a-relative-list)))))))
          files-a)
 
-        ;; (message "A-hashes:")
-        ;; (maphash (lambda (key value) (message (format "%s:%s" key value))) 
files-a-relative-hash)
-
         ;; Collected included files in directory b with relative paths
         (mapc
          (lambda (file-b-tmp)
@@ -345,9 +342,6 @@
                        (push relative-path files-b-relative-list)))))))
          files-b)
 
-        ;; (message "B-hashes:")
-        ;; (maphash (lambda (key value) (message (format "%s:%s" key value))) 
files-b-relative-hash)
-
         ;; Collect files that only exists in directory a and files that exist 
in both directory a and b
         (mapc
          (lambda (file-a)
@@ -470,7 +464,6 @@
             (require 'ssh-deploy)
             (ssh-deploy--diff-directories-data ,directory-a ,directory-b (list 
,@exclude-list)))
          (lambda(diff)
-           (message "Returned from async")
            (ssh-deploy--diff-directories-present diff))))
     (progn
       (message "Generating differences between directory '%s' and '%s' 
synchronously.." directory-a directory-b)



reply via email to

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