From df13713262649119f693c0bb04055ed6efac7295 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Fri, 13 Sep 2019 22:36:10 +0200 Subject: [PATCH] ; 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 4c04f40b772..4d7b4c4055d 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)))) -- 2.39.5