emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/tsdh-vc-list-files df13713: ; Remove debbugging (m


From: Tassilo Horn
Subject: [Emacs-diffs] scratch/tsdh-vc-list-files df13713: ; Remove debbugging (message ...)
Date: Fri, 13 Sep 2019 16:36:33 -0400 (EDT)

branch: scratch/tsdh-vc-list-files
commit df13713262649119f693c0bb04055ed6efac7295
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>

    ; Remove debbugging (message ...)
---
 lisp/vc/vc-svn.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/vc/vc-svn.el b/lisp/vc/vc-svn.el
index 4c04f40..4d7b4c4 100644
--- a/lisp/vc/vc-svn.el
+++ b/lisp/vc/vc-svn.el
@@ -818,7 +818,6 @@ Set file properties accordingly.  If FILENAME is non-nil, 
return its status."
                       "--show-item" "relative-url"
                       "--show-item" "kind")
       (goto-char (point-min))
-      (message "%s" (buffer-string))
       (while (re-search-forward "^file\s+\\(.*\\)$" nil t)
         (setq files (cons (expand-file-name (match-string 1))
                           files))))



reply via email to

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