]> git.eshelyaron.com Git - emacs.git/commitdiff
; Remove debbugging (message ...)
authorTassilo Horn <tsdh@gnu.org>
Fri, 13 Sep 2019 20:36:10 +0000 (22:36 +0200)
committerTassilo Horn <tsdh@gnu.org>
Fri, 13 Sep 2019 20:36:10 +0000 (22:36 +0200)
lisp/vc/vc-svn.el

index 4c04f40b7722b8dbce67bb06c8300c69dfc206fa..4d7b4c4055d19ad85ceeaf7ddb3737e5aaff2be4 100644 (file)
@@ -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))))